mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
f082f93ead
When selectors have the same specificity, menu items added *later* appear higher in the list.
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
'menu': [
|
|
{ 'label': 'Last' }
|
|
]
|
|
|
|
'context-menu':
|
|
'.test-1': [
|
|
{label: 'Menu item 2', command: 'command-2'}
|
|
]
|