Skip to content

Commit

Permalink
Fix item bulk list context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jul 9, 2020
1 parent 7f44bb5 commit 41352e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/browser/menu.js
Expand Up @@ -290,7 +290,9 @@ class ContextMenu extends Menu {
scopes['item-bulk-list'] = [
...scopes.items,
'item-bulk-list',
'item-bulk']
'item-bulk-read-only',
'item-bulk',
'item-rotate']
scopes['item-bulk-list'].position = 2

scopes['item-deleted'] = [
Expand Down

0 comments on commit 41352e3

Please sign in to comment.