Skip to content

Commit

Permalink
opens edit popup when double clicking, fixes #176
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Dec 17, 2023
1 parent 9fbcd9d commit 5944c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/timeline/src/Canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ class CanvasDisplay {
key,
});
this.timeline.setPlayhead(point.time);
this.timeline.valuePopup.set(true);
this.render();
},
drag: (dx, dy) => {
Expand Down

0 comments on commit 5944c29

Please sign in to comment.