This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
Select all text and press -
/.
#15
Labels
bug
Something isn't working
limitation
Feature that cannot be implemented due to incompatibilities or Godot
wontfix
This will not be worked on
Select all text and press -/. used to crash app/game. This didn't happen with the rest of keys. The solution created a limitation.
This is a limitation, it will delete all text because _on_text_changed is called twice.
The commented lines (and removing the two above) would solve the problem since in the first call
-
/.
isnew_text
and in the second it would beold_text
. But this would break that when deleting0
from-0
/0.
also delete-
/.
and similars.The text was updated successfully, but these errors were encountered: