From 8217508082a68aee98c4bffe9f9ac62aba11543e Mon Sep 17 00:00:00 2001 From: james kim Date: Fri, 25 Oct 2024 23:10:58 +0900 Subject: [PATCH 1/3] fix: resize bug when absolute div in abslute div - div.relative div.absolute div.absolute <-- when resize, --- packages/core/index.html | 81 +++++++++++++++------ packages/core/src/canvas/view/CanvasView.ts | 9 ++- packages/core/src/utils/Resizer.ts | 9 ++- packages/core/src/utils/dom.ts | 19 ++++- 4 files changed, 94 insertions(+), 24 deletions(-) diff --git a/packages/core/index.html b/packages/core/index.html index 6dfc5ba110..92f102ef67 100755 --- a/packages/core/index.html +++ b/packages/core/index.html @@ -16,22 +16,7 @@
-
-

Welcome to

-
- - GrapesJS -
-
- This is a demo content from index.html. For the development, you shouldn't edit this file, instead you can - copy and rename it to _index.html, on next server start the new file will be served, and it will be ignored by - git. -
-
+