always compile in withCancel
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -607,6 +607,10 @@
|
||||
(cc)
|
||||
}))
|
||||
|
||||
(prop CANCEL_COMMAND "CANCEL CHOICE")
|
||||
(method withCancel [choices]
|
||||
(.concat [CANCEL_COMMAND] choices))
|
||||
|
||||
(defNew
|
||||
[
|
||||
// "View" in the Model-View-Controller architecture:
|
||||
@@ -710,10 +714,6 @@
|
||||
}))
|
||||
(shortcutHandler.registerItem "[d]efine [d]elay" redefineLastDelay)
|
||||
|
||||
(prop CANCEL_COMMAND "CANCEL CHOICE")
|
||||
(method withCancel [choices]
|
||||
(.concat [CANCEL_COMMAND] choices))
|
||||
|
||||
(shortcutHandler.registerItem "[d]efine [m]isc [i]nt"
|
||||
->cc
|
||||
(unless doingSomething (set doingSomething true)
|
||||
|
Reference in New Issue
Block a user