diff options
| author | bobzel <zzzman@gmail.com> | 2024-11-12 12:47:15 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-11-12 12:47:15 -0500 |
| commit | 6201fb8595729d049885d91278e990e49588f6f5 (patch) | |
| tree | 8b85928934bd8d42e09a09216866daff42152676 /src/client/views/ContextMenu.tsx | |
| parent | 10a89be0b184df2750a4b3eceb48db205cb83e95 (diff) | |
fixed clicking on filled closed strokes to select them.. fixed equationBox initial width. fixed line mode for ink to always create lines. fixed contextMenu to reset selectedIndex after being hidden. added reveal options for comparisonbox to contexst menu.
Diffstat (limited to 'src/client/views/ContextMenu.tsx')
| -rw-r--r-- | src/client/views/ContextMenu.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/ContextMenu.tsx b/src/client/views/ContextMenu.tsx index 1931d7c2a..eae45221c 100644 --- a/src/client/views/ContextMenu.tsx +++ b/src/client/views/ContextMenu.tsx @@ -142,6 +142,7 @@ export class ContextMenu extends ObservableReactComponent<{ noexpand?: boolean } this.clearItems(); this._display = false; this._shouldDisplay = false; + this._selectedIndex = -1; return wasOpen; }; |
