From efb22685004b0ffec7cc490f36a26b779d1e7f74 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Mon, 10 Mar 2025 16:36:06 +0600 Subject: [PATCH] wip --- scripts/migrate-editor-roadmap.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/migrate-editor-roadmap.ts b/scripts/migrate-editor-roadmap.ts index 508a47925..0dac06054 100644 --- a/scripts/migrate-editor-roadmap.ts +++ b/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, },