@broberg/cms-inline-edit 0.7.0 → 0.7.1

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.cjs CHANGED
@@ -382,6 +382,8 @@ function exitEditMode() {
382
382
  deactivateRich();
383
383
  editingActive = false;
384
384
  document.body.removeAttribute("data-cms-editing");
385
+ document.querySelector("[data-cms-inline-edit-toolsrow]")?.remove();
386
+ document.querySelector("[data-cms-inline-edit-tools-popup]")?.remove();
385
387
  document.querySelector("[data-cms-inline-edit-badge]")?.remove();
386
388
  showIdlePill();
387
389
  }