mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use a class instead of id for workspace view
This commit is contained in:
@@ -14,7 +14,7 @@ class ContextMenuManager
|
||||
@devModeDefinitions = {}
|
||||
@activeElement = null
|
||||
|
||||
@devModeDefinitions['#workspace'] = [
|
||||
@devModeDefinitions['.workspace'] = [
|
||||
label: 'Inspect Element'
|
||||
command: 'application:inspect'
|
||||
executeAtBuild: (e) ->
|
||||
|
||||
Reference in New Issue
Block a user