diff options
author | bobzel <zzzman@gmail.com> | 2024-02-07 16:18:16 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-02-07 16:18:16 -0500 |
commit | e3fde25014d523c5f43a138093718899fe17d108 (patch) | |
tree | 8ae6e905408302857dcdadf39f0a7ba68479c2a9 /src/client/documents/Documents.ts | |
parent | 97bc8fb32741051554509eeaf9d223b327ebd611 (diff) |
made various render methods in DocumentView computed getters for efficiency and to avoid artifacts (LInkanchorBox dragging) when something else invalidates causing components to regenerate. fixed linklines to animate when doing a zoom transition and to be able to target texts hyperlinks. fixed link lines to share properties with ink and updated the properties panel / menus to allow editing of either. addding toggling link lines on and off from linkitemmenu
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 1978c144b..355a4c937 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -599,7 +599,7 @@ export namespace Docs { _width: 1, link: '', link_description: '', - backgroundColor: 'lightblue', // lightblue is default color for linking dot and link documents text comment area + color: 'lightBlue', // lightblue is default color for linking dot and link documents text comment area _dropPropertiesToRemove: new List(['onClick']), }, }, |