@plait/draw 0.81.0 → 0.81.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.
@@ -8479,6 +8479,7 @@ const withDrawRotate = (board) => {
8479
8479
  }
8480
8480
  rotateRef.angle = normalizeAngle(angle - selectionAngle) || 0;
8481
8481
  rotateElements(board, rotateRef.elements, rotateRef.angle);
8482
+ MERGING.set(board, true);
8482
8483
  PlaitBoard.getBoardContainer(board).classList.add('element-rotating');
8483
8484
  }
8484
8485
  });