pull/7803/head
Arik Chakma 2 months ago
parent be6189fefc
commit efb2268500
  1. 2
      scripts/migrate-editor-roadmap.ts

@ -67,8 +67,6 @@ for (const roadmapId of editorRoadmapIds) {
return { return {
...node, ...node,
measured: { measured: {
// adding one `1px` in width to avoid the node to be cut in half
// this is a quick fix to avoid the issue
width: width + ADDITIONAL_WIDTH, width: width + ADDITIONAL_WIDTH,
height, height,
}, },

Loading…
Cancel
Save