@univerjs/sheets-ui 0.10.0 → 0.10.1-nightly.202508020912

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.
@@ -197,6 +197,9 @@ export declare class BaseSelectionRenderService extends Disposable implements IS
197
197
  * When mousedown and mouseup need to go to the coordination and undo stack, when mousemove does not need to go to the coordination and undo stack
198
198
  */
199
199
  protected _movingHandler(offsetX: number, offsetY: number, activeSelectionControl: Nullable<SelectionControl>, rangeType: RANGE_TYPE): void;
200
+ /**
201
+ * Unsubscribe subjects and enable scene event
202
+ */
200
203
  protected _clearUpdatingListeners(): void;
201
204
  protected _addEndingListeners(): void;
202
205
  /**