diff options
author | bobzel <zzzman@gmail.com> | 2021-09-03 13:16:48 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-03 13:16:48 -0400 |
commit | 64ff849d21273f7440917ef15a4b1c7f1909687c (patch) | |
tree | 12404a303ba20345ccefca8e836f80406ef30c11 /src/client/views/PropertiesButtons.tsx | |
parent | 80baae4dcf49f818dca4dbfe340013e0e9d197bb (diff) |
fixed warnings. cleaned up link lines a bit more - simplified, and allowed multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
-rw-r--r-- | src/client/views/PropertiesButtons.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx index 9fe2122e6..dd737dc9d 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -156,7 +156,7 @@ export class PropertiesButtons extends React.Component<{}, {}> { ["toggleDetail", "Toggle Detail"], ["linkInPlace", "Follow Link"], ["linkOnRight", "Open Link on Right"] - ] + ]; const currentSelection = this.selectedDoc.onClickBehavior; // Get items to place into the list |