You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Skip unhandled input events on asset library tab.
This commit is contained in:
@@ -573,6 +573,9 @@ void ProjectManager::_unhandled_input(const InputEvent &p_ev) {
|
|||||||
if (!k.pressed)
|
if (!k.pressed)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (tabs->get_current_tab() != 0)
|
||||||
|
return;
|
||||||
|
|
||||||
bool scancode_handled = true;
|
bool scancode_handled = true;
|
||||||
|
|
||||||
switch (k.scancode) {
|
switch (k.scancode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user