diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-12 12:17:24 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-12 12:17:24 -0400 |
| commit | 641220e9cd9626af182118f84f8f775d7638cc67 (patch) | |
| tree | f9366597af936372d197be7eb132642f99ec063e /src/client/views/nodes/trails/PresBox.tsx | |
| parent | c563aec906c5728a5563fefac6ab573a31375641 (diff) | |
fixed links to text to update automatically when textbox css styles change.
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.tsx')
| -rw-r--r-- | src/client/views/nodes/trails/PresBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx index 0d4f9ec78..e34144fae 100644 --- a/src/client/views/nodes/trails/PresBox.tsx +++ b/src/client/views/nodes/trails/PresBox.tsx @@ -738,7 +738,6 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() { const targetDoc: Doc = this.targetDoc; const finished = () => { afterNav?.(); - console.log('Finish Slide Nav: ' + targetDoc.title); targetDoc[Animation] = undefined; }; const selViewCache = Array.from(this.selectedArray); |
