mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Return focus to the workspace after hiding a widget or dropdown div (#3447)
This commit is contained in:
@@ -97,6 +97,8 @@ Blockly.WidgetDiv.hide = function() {
|
||||
Blockly.WidgetDiv.dispose_ = null;
|
||||
Blockly.WidgetDiv.DIV.innerHTML = '';
|
||||
}
|
||||
|
||||
Blockly.getMainWorkspace().markFocused();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user