diff options
| author | IEatChili <nanunguyen99@gmail.com> | 2024-06-26 13:58:20 -0400 |
|---|---|---|
| committer | IEatChili <nanunguyen99@gmail.com> | 2024-06-26 13:58:20 -0400 |
| commit | 3190f1eb07a47a5e1ccdd20e346b47094118292d (patch) | |
| tree | 7b8dab1763720ee71bc89e888b0296fdd31054b5 /src/client/views/DocumentDecorations.tsx | |
| parent | 376ff1626b24cbac12b27ad072690424549f05c7 (diff) | |
feat: worked more on keyword input for docs
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 93c3e3338..20bf8fd9f 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -88,6 +88,7 @@ export class DocumentDecorations extends ObservableReactComponent<DocumentDecora (this._showNothing = !inputting && !DocumentButtonBar.Instance?._tooltipOpen && !(this.Bounds.x !== Number.MAX_VALUE && // (this.Bounds.x > center.x+x || this.Bounds.r < center.x+x || this.Bounds.y > center.y+y || this.Bounds.b < center.y+y ))); + })); // prettier-ignore } |
