mirror of
https://github.com/atom/atom.git
synced 2026-02-13 16:14:59 -05:00
having div here is invalid li can only be in a list
This commit is contained in:
@@ -27,7 +27,7 @@ class TreeView extends ScrollView
|
||||
@instance.serialize()
|
||||
|
||||
@content: (rootView) ->
|
||||
@div class: 'tree-view tool-panel', tabindex: -1
|
||||
@ol class: 'tree-view tool-panel', tabindex: -1
|
||||
|
||||
@deserialize: (state, rootView) ->
|
||||
treeView = new TreeView(rootView)
|
||||
|
||||
Reference in New Issue
Block a user