@trafica/editor 1.0.53 → 1.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7737,7 +7737,6 @@ function ImageToolbar({ engine, imagePath, editorContainer, onClose }) {
|
|
|
7737
7737
|
const top = Math.max(4, rect.top - toolbarH - 6);
|
|
7738
7738
|
toolbar.style.top = `${top}px`;
|
|
7739
7739
|
toolbar.style.left = `${rect.left}px`;
|
|
7740
|
-
toolbar.style.minWidth = `${rect.width}px`;
|
|
7741
7740
|
toolbar.style.visibility = "visible";
|
|
7742
7741
|
});
|
|
7743
7742
|
const run = (attrs) => {
|