Skip to content

Commit

Permalink
fix(plugins): Fix build errors in rc/v11.0.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcallen committed Feb 29, 2024
1 parent b60f7be commit 8f249d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/dev-tools/src/screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ function workspaceToSvg_(workspace, callback, customCss) {
const blockCanvasClone = blockCanvas.cloneNode(true);
blockCanvasClone.removeAttribute('transform');


const svg = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
svg.setAttribute('xmlns', 'http://www.w3.org/2000/svg');
svg.setAttribute('viewBox', x + ' ' + y + ' ' + width + ' ' + height);
Expand Down

0 comments on commit 8f249d9

Please sign in to comment.