diff --git a/src/UI/Tabs.gd b/src/UI/Tabs.gd index 30e701cda..3b8ab3f4e 100644 --- a/src/UI/Tabs.gd +++ b/src/UI/Tabs.gd @@ -4,7 +4,7 @@ extends TabBar var unsaved_changes_dialog: ConfirmationDialog = Global.control.find_child("UnsavedCanvasDialog") -func _input(event: InputEvent) -> void: +func _input(_event: InputEvent) -> void: # NOTE: This feature has an unavoidable bug which sometimes causes the undoredo # system to fail, because user is trying to draw while switching project simultaneously. # This is because the current project has changed and the system tries to commit to the