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 {
...node,
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,
height,
},

Loading…
Cancel
Save