diff options
author | bobzel <zzzman@gmail.com> | 2022-11-16 23:27:05 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-11-16 23:27:05 -0500 |
commit | 56116231c4c0aa78d54a9ed4c1f167514596953c (patch) | |
tree | 4fc3e22d7ebdc998403f80f405518b345425d2e9 /src/client/views/MainView.tsx | |
parent | ae324ff50865929be836edf3bbf129207638a9c9 (diff) |
added presEffects to link anchors
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 987bfc23d..392b4eeeb 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -484,6 +484,7 @@ export class MainView extends React.Component { } globalPointerDown = action((e: PointerEvent) => { + runInAction(() => (Doc.HighlightBrush.linkFollowEffect = undefined)); AudioBox.Enabled = true; const targets = document.elementsFromPoint(e.x, e.y); if (targets.length) { |