Put platform items back on .overlayer so they sort before package items

This commit is contained in:
Nathan Sobo 2014-09-30 10:50:32 -06:00
parent 36d5359ef4
commit 1187b50d90
3 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@
]
'context-menu':
'.editor': [
'.overlayer': [
{label: 'Undo', command: 'core:undo'}
{label: 'Redo', command: 'core:redo'}
{type: 'separator'}

View File

@ -153,7 +153,7 @@
]
'context-menu':
'.editor': [
'.overlayer': [
{label: 'Undo', command: 'core:undo'}
{label: 'Redo', command: 'core:redo'}
{type: 'separator'}

View File

@ -171,7 +171,7 @@
]
'context-menu':
'.editor': [
'.overlayer': [
{label: 'Undo', command: 'core:undo'}
{label: 'Redo', command: 'core:redo'}
{type: 'separator'}