diff options
author | bobzel <zzzman@gmail.com> | 2023-02-22 15:58:20 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-02-22 15:58:20 -0500 |
commit | ea4588185f165f66a4d596d51a8a8ad955985762 (patch) | |
tree | 79b137c6ea9fea7edcf7147bcfc8f4160652ad5f /src/fields/util.ts | |
parent | 99b63e35ddf40fc1a69d50059b72275ce23ac43e (diff) |
fixed pres hide before/after, select w/o nav, and updating contents.. made collections fitWidth by default so that they resize like a normal window. Made freeform pan/zoom animate when changing keyframes. allow nesting of keyframe collections.. made presEffects work even if there's no transition movement. made nested collection timelines follow parent by default, but with ability to change ordering. fixed treeView incremental render. treat doc anchors are preselements instead of delegating. don't highlight ink when dragging ctrl pts.
Diffstat (limited to 'src/fields/util.ts')
-rw-r--r-- | src/fields/util.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/util.ts b/src/fields/util.ts index 3a7484cfd..6024705ec 100644 --- a/src/fields/util.ts +++ b/src/fields/util.ts @@ -1,3 +1,4 @@ +import { forEach } from 'lodash'; import { $mobx, action, observable, runInAction, trace } from 'mobx'; import { computedFn } from 'mobx-utils'; import { DocServer } from '../client/DocServer'; |