@blocknote/xl-multi-column 0.24.0 → 0.24.2

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.
@@ -583,7 +583,10 @@ function Xe(o) {
583
583
  e.schema.blockSchema,
584
584
  e.schema.inlineContentSchema,
585
585
  e.schema.styleSchema
586
- ), h = s === "left" ? [d, m] : [m, d];
586
+ );
587
+ if (m.id === d.id)
588
+ return;
589
+ const h = s === "left" ? [d, m] : [m, d];
587
590
  e.removeBlocks([d]), e.replaceBlocks(
588
591
  [m],
589
592
  [