mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
minor fix
This commit is contained in:
parent
fa22fc5413
commit
a29a449eaf
@ -56,6 +56,7 @@ class CommandPalette extends this.OS.GUI.BasicDialog
|
||||
selectCommand: () ->
|
||||
el = @cmdlist.get "selectedItem"
|
||||
return unless el
|
||||
el.set "selected", false
|
||||
result = false
|
||||
result = @handle { data: { item: el } } if @handle
|
||||
return @quit() unless result
|
||||
|
Loading…
Reference in New Issue
Block a user