chore: decreased expr buffer timeout

This commit is contained in:
Sara Gerretsen 2026-01-07 17:32:18 +01:00
parent 8b0bee1f04
commit af313e10b3

View file

@ -59,7 +59,7 @@ func _primitive_changed():
func _text_changed():
if not pushing_change:
$ExpressionTimerBuffer.start(2)
$ExpressionTimerBuffer.start(0.5)
func _timeout():
primitive.expression = text