mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-18 19:43:14 +00:00
Linting
This commit is contained in:
parent
be193a7689
commit
249d4fa5e8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ extends TabBar
|
||||||
var unsaved_changes_dialog: ConfirmationDialog = Global.control.find_child("UnsavedCanvasDialog")
|
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
|
# 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.
|
# 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
|
# This is because the current project has changed and the system tries to commit to the
|
||||||
|
|
Loading…
Add table
Reference in a new issue