diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-24 19:04:42 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-24 19:04:42 -0400 |
| commit | 2e0cb3e0a470994eecbb7f6b2ec87296baf517b9 (patch) | |
| tree | d08a06b933fffad344e3cb40d48779e1a9a30fe1 /src/client/views/nodes/LinkDocPreview.tsx | |
| parent | b949608ff69fb66c30bbed439b1c37f8fffd2333 (diff) | |
fixed linkdocpreviews to sequence through multiple links. fixed text boxes to update text when dashfieldView text changes (but the fieldview doesn't), fixed dashFieldViews to be editable cleanly, and to allow sub-dashFieldViews to be editbale. allowed toggle on/off of dashFieldView fieldKey. got rid of sidebars in scemaCells. fied editing dashFieldViews in captions and as childrend of dashFieldViews by passing rootSelected
Diffstat (limited to 'src/client/views/nodes/LinkDocPreview.tsx')
| -rw-r--r-- | src/client/views/nodes/LinkDocPreview.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/LinkDocPreview.tsx b/src/client/views/nodes/LinkDocPreview.tsx index ae25ff179..4b6ee7d72 100644 --- a/src/client/views/nodes/LinkDocPreview.tsx +++ b/src/client/views/nodes/LinkDocPreview.tsx @@ -172,6 +172,7 @@ export class LinkDocPreview extends ObservableReactComponent<LinkDocPreviewProps if (nextHrefInd !== this._hrefInd) { this._linkDoc = undefined; this._hrefInd = nextHrefInd; + this.updateHref(); } }), true |
