Skip to content

Commit

Permalink
Add copy and paste to edit menu (need to enable shortcut)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jan 6, 2024
1 parent bac7d66 commit 13aaa3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labelme/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ def __init__(
editMenu=(
edit,
duplicate,
copy,
paste,
delete,
None,
undo,
Expand Down

0 comments on commit 13aaa3d

Please sign in to comment.