mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 08:17:34 -04:00
fix callback error, remove logs, change getting stat
This commit is contained in:
parent
b113b92dff
commit
f9883859b5
2 changed files with 3 additions and 4 deletions
|
@ -55,7 +55,7 @@ func prompt_request(query: String) -> void:
|
|||
|
||||
func clear() -> void:
|
||||
for callback in cancel_callbacks:
|
||||
callback.call()
|
||||
if callback.is_valid(): callback.call()
|
||||
cancel_callbacks.clear()
|
||||
|
||||
for child in get_children():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue