diff options
author | bobzel <zzzman@gmail.com> | 2023-02-14 14:57:25 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-02-14 14:57:25 -0500 |
commit | 32f5040c44dc302e3dd53cecd9be4cd51a474d3f (patch) | |
tree | 84646caddedbe7b47464ed66ab550ab7e8fcd94e /src/client/views/nodes/WebBox.tsx | |
parent | 7c1fbe50fa8d998cd02113c44efbe4379179736b (diff) |
fixed pinning regions on pdf/web pages to allow proper pres following. added click on pres item# to select w/o navigation. fixed dashDocView to be selectable without losing selection to parent textbox. added BingMaps rudimentary option to googleMaps
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r-- | src/client/views/nodes/WebBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index c4cca9679..c392f3577 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -322,6 +322,7 @@ export class WebBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps title: StrCast(this.rootDoc.title + ' ' + this.layoutDoc._scrollTop), y: NumCast(this.layoutDoc._scrollTop), unrendered: true, + annotationOn: this.rootDoc, }); anchor.text = ele?.textContent ?? ''; anchor.textHtml = ele?.innerHTML; |