mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
Put platform items back on .overlayer so they sort before package items
This commit is contained in:
parent
36d5359ef4
commit
1187b50d90
@ -196,7 +196,7 @@
|
||||
]
|
||||
|
||||
'context-menu':
|
||||
'.editor': [
|
||||
'.overlayer': [
|
||||
{label: 'Undo', command: 'core:undo'}
|
||||
{label: 'Redo', command: 'core:redo'}
|
||||
{type: 'separator'}
|
||||
|
@ -153,7 +153,7 @@
|
||||
]
|
||||
|
||||
'context-menu':
|
||||
'.editor': [
|
||||
'.overlayer': [
|
||||
{label: 'Undo', command: 'core:undo'}
|
||||
{label: 'Redo', command: 'core:redo'}
|
||||
{type: 'separator'}
|
||||
|
@ -171,7 +171,7 @@
|
||||
]
|
||||
|
||||
'context-menu':
|
||||
'.editor': [
|
||||
'.overlayer': [
|
||||
{label: 'Undo', command: 'core:undo'}
|
||||
{label: 'Redo', command: 'core:redo'}
|
||||
{type: 'separator'}
|
||||
|
Loading…
Reference in New Issue
Block a user