Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Variable-ind committed Sep 27, 2024
1 parent be193a7 commit 249d4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Tabs.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 249d4fa

Please sign in to comment.