[global-shortcuts][v2] unregisterAll()
fails as arguments not supplied
#1101
Labels
unregisterAll()
fails as arguments not supplied
#1101
I'm trying to unregister all of the global shortcuts via the Javascript API. However, it consistently throws the same error.
"invalid args `shortcuts` for command `unregister_all`: command unregister_all missing required key shortcuts"
I can't pass any arguments as the
unregisterAll()
method expects 0 arguments. I assume this behavior is very much unexpected.Is there a way to go around this?
The text was updated successfully, but these errors were encountered: