From 249d4fa5e8e7a4f8aa25de09ee9a89abef3a6597 Mon Sep 17 00:00:00 2001 From: Variable Date: Fri, 27 Sep 2024 21:58:17 +0500 Subject: [PATCH] Linting --- src/UI/Tabs.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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