@blocknote/core 0.14.3 → 0.14.4
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/blocknote.js +1 -1
- package/dist/blocknote.js.map +1 -1
- package/dist/blocknote.umd.cjs +1 -1
- package/dist/blocknote.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/webpack-stats.json +1 -1
- package/package.json +2 -2
- package/src/editor/editor.css +1 -1
- package/src/extensions/SideMenu/SideMenuPlugin.ts +1 -1
package/dist/blocknote.js
CHANGED
|
@@ -6890,7 +6890,7 @@ function Ge(e, t, o = t) {
|
|
|
6890
6890
|
B.className = B.className + " bn-drag-preview " + d, e.root instanceof ShadowRoot ? e.root.appendChild(B) : e.root.body.appendChild(B);
|
|
6891
6891
|
}
|
|
6892
6892
|
function yt(e) {
|
|
6893
|
-
B !== void 0 && (e instanceof ShadowRoot ? e.removeChild(B) : e.body.
|
|
6893
|
+
B !== void 0 && (e instanceof ShadowRoot ? e.removeChild(B) : e.body.removeChild(B), B = void 0);
|
|
6894
6894
|
}
|
|
6895
6895
|
function bn(e, t) {
|
|
6896
6896
|
if (!e.dataTransfer)
|