Skip to content

Commit

Permalink
Oops, string is no child of Object
Browse files Browse the repository at this point in the history
  • Loading branch information
moritztim committed Nov 16, 2023
1 parent ae9fd0b commit b5a9dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/form/nodes/Validators/StringValidator.gd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func _on_text_changed(
## Validates given text against all rules and returns validity
func validate(
## Text to validate
subject: Object
subject
) -> bool:
super.validate(subject)
var _regex := RegEx.new()
Expand Down

0 comments on commit b5a9dfe

Please sign in to comment.