diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-23 10:06:39 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-23 10:06:39 -0400 |
| commit | d5f60e34e8ac9f99c0b442346db5386068af5de2 (patch) | |
| tree | 71b2c1d7438eb78e7196050c1afe433fa9208f10 /src/client/views/animationtimeline | |
| parent | f499698f8d8dd10c020f73528918fce41f37b4ff (diff) | |
changed showing keyvalue panes to not create a document, but to use the LayoutTemplateString.
Diffstat (limited to 'src/client/views/animationtimeline')
| -rw-r--r-- | src/client/views/animationtimeline/Keyframe.tsx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/views/animationtimeline/Keyframe.tsx b/src/client/views/animationtimeline/Keyframe.tsx index 21a5af83f..3465a5283 100644 --- a/src/client/views/animationtimeline/Keyframe.tsx +++ b/src/client/views/animationtimeline/Keyframe.tsx @@ -345,14 +345,6 @@ export class Keyframe extends React.Component<IProps> { }), TimelineMenu.Instance.addItem( 'button', - 'Show Data', - action(() => { - const kvp = Docs.Create.KVPDocument(kf, { _width: 300, _height: 300 }); - CollectionDockingView.AddSplit(kvp, OpenWhereMod.right); - }) - ), - TimelineMenu.Instance.addItem( - 'button', 'Delete', action(() => { (this.regiondata.keyframes as List<Doc>).splice(this.keyframes.indexOf(kf), 1); |
