1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-13 17:23:08 +00:00
This commit is contained in:
Variable 2024-09-27 21:58:17 +05:00
parent be193a7689
commit 249d4fa5e8

View file

@ -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