diff --git a/src/UI/Canvas/Previews.gd b/src/UI/Canvas/Previews.gd index db51ad8ac..935aedff8 100644 --- a/src/UI/Canvas/Previews.gd +++ b/src/UI/Canvas/Previews.gd @@ -1,7 +1,7 @@ extends Node2D func _input(event : InputEvent) -> void: - if Global.has_focus and event is InputEventMouseMotion: + if Global.has_focus and event is InputEventMouse: update()