You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Result: Quick Edit binding is silently overwritten. No console warnings.
Expected: We used to print warning messages and ignore the attempt at overwriting the binding. KeyBindingManager._addBinding() still contains several bits of code that seem like they should do this, but the logic has gotten pretty convoluted so I'm not sure in which cases they'll run anymore.
The text was updated successfully, but these errors were encountered:
FBNC @peterflynn. We still allow platform-specific overrides to clobber a generic binding, but not the other way around. @WebsiteDeveloper's fix will show errors in the case you've described here as well when clobbering a generic binding with another generic binding.
Place the following code in an extension:
Result: Quick Edit binding is silently overwritten. No console warnings.
Expected: We used to print warning messages and ignore the attempt at overwriting the binding. KeyBindingManager._addBinding() still contains several bits of code that seem like they should do this, but the logic has gotten pretty convoluted so I'm not sure in which cases they'll run anymore.
The text was updated successfully, but these errors were encountered: