@blocknote/xl-multi-column 0.19.1 → 0.20.0

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.
@@ -262,6 +262,8 @@ class Mn {
262
262
  ue(this, "RESIZE_MARGIN_WIDTH_PX", 20);
263
263
  ue(this, "COLUMN_MIN_WIDTH_PERCENT", 0.5);
264
264
  ue(this, "getColumnHoverOrDefaultState", (n) => {
265
+ if (!this.editor.isEditable)
266
+ return { type: "default" };
265
267
  const a = n.target;
266
268
  if (!this.view.dom.contains(a))
267
269
  return { type: "default" };