@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 CHANGED
@@ -7739,7 +7739,6 @@ function ImageToolbar({ engine, imagePath, editorContainer, onClose }) {
7739
7739
  const top = Math.max(4, rect.top - toolbarH - 6);
7740
7740
  toolbar.style.top = `${top}px`;
7741
7741
  toolbar.style.left = `${rect.left}px`;
7742
- toolbar.style.minWidth = `${rect.width}px`;
7743
7742
  toolbar.style.visibility = "visible";
7744
7743
  });
7745
7744
  const run = (attrs) => {