Skip to content

Commit

Permalink
fix(formula-bar): an additional selection is inserted when you click …
Browse files Browse the repository at this point in the history
…the Formula Bar
  • Loading branch information
Gggpound committed Nov 5, 2024
1 parent 2bea457 commit 26343f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class FormulaEditorController extends RxDisposable {
if (visibleState.visible === false) {
this._editorBridgeService.changeVisible({
visible: true,
eventType: DeviceInputEventType.Dblclick,
eventType: DeviceInputEventType.PointerDown,
unitId,
});
this._undoRedoService.clearUndoRedo(DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY);
Expand Down

0 comments on commit 26343f6

Please sign in to comment.