@samhammer/tiptob 2.2.0 → 2.2.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/extensions.js +1 -1
- package/dist/extensions.js.map +1 -1
- package/dist/web-components.js +1526 -1529
- package/dist/web-components.js.map +1 -1
- package/package.json +3 -3
package/dist/extensions.js
CHANGED
|
@@ -9614,7 +9614,7 @@ function hd(n) {
|
|
|
9614
9614
|
}
|
|
9615
9615
|
},
|
|
9616
9616
|
shouldShow: ({ editor: e }) => e.isEditable && e.isActive("table") && !e.isActive("link"),
|
|
9617
|
-
element: document.querySelector("
|
|
9617
|
+
element: document.querySelector("tiptob-table-bubble-menu")
|
|
9618
9618
|
});
|
|
9619
9619
|
}
|
|
9620
9620
|
function ea(n) {
|