mirror of
https://github.com/godotengine/godot.git
synced 2025-03-19 23:53:32 +08:00
Revert "Make KEY_ESCAPE close all output/debugger docks on bottom"
This reverts commit c04d8684765b2adc2fe2af56741ff8a2b8953f75. This caused a regression when trying to close the typing suggestion. Reverting this for now until a better implementation for this behavior gets made.
This commit is contained in:
parent
3f7e036c4f
commit
53693e393d
@ -217,12 +217,6 @@ void EditorNode::_unhandled_input(const Ref<InputEvent> &p_event) {
|
||||
} else if (ED_IS_SHORTCUT("editor/editor_prev", p_event)) {
|
||||
_editor_select_prev();
|
||||
}
|
||||
|
||||
if (k->get_scancode() == KEY_ESCAPE) {
|
||||
for (int i = 0; i < bottom_panel_items.size(); i++) {
|
||||
_bottom_panel_switch(false, i);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user