mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Put platform items back on .overlayer so they sort before package items
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user