diff options
author | bobzel <zzzman@gmail.com> | 2024-02-07 00:02:36 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-02-07 00:02:36 -0500 |
commit | 97bc8fb32741051554509eeaf9d223b327ebd611 (patch) | |
tree | 003a0c1b62e67f295fa5b98efc160547fefed56f /src/client/documents/Documents.ts | |
parent | c6955fe2c0720a8e5f13bad91fdc0e2a6f76f8bd (diff) |
switch to xAnchor to clean up link lines. added transition to getBounds() so that LinkBox can follow animated transitions. added dataTransitions for stacking view. fixed presBox to be able to clear transition timers when a new slide transition is chosen.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 95058da22..1978c144b 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -594,7 +594,6 @@ export namespace Docs { layout: { view: LinkBox, dataField: 'link' }, options: { childDontRegisterViews: true, - onClick: FollowLinkScript(), layout_hideLinkAnchors: true, _height: 1, _width: 1, |