mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-20 01:53:28 +00:00
Defocus form elements when reselecting
so that keybindings work
This commit is contained in:
@@ -6,6 +6,8 @@ iD.ui.RadialMenu = function(operations) {
|
||||
if (!operations.length)
|
||||
return;
|
||||
|
||||
selection.node().focus();
|
||||
|
||||
function click(operation) {
|
||||
d3.event.stopPropagation();
|
||||
operation();
|
||||
|
||||
Reference in New Issue
Block a user