mirror of
https://github.com/MontFerret/ferret.git
synced 2025-06-27 00:41:09 +02:00
Added INPUT_CLEAR function (#366)
* Added INPUT_CLEAR function * Fixed linting issue * Fixed formatting
This commit is contained in:
@ -37,6 +37,7 @@ func RegisterLib(ns core.Namespace) error {
|
||||
"INNER_TEXT_SET": SetInnerText,
|
||||
"INNER_TEXT_ALL": GetInnerTextAll,
|
||||
"INPUT": Input,
|
||||
"INPUT_CLEAR": InputClear,
|
||||
"MOUSE": MouseMoveXY,
|
||||
"NAVIGATE": Navigate,
|
||||
"NAVIGATE_BACK": NavigateBack,
|
||||
|
Reference in New Issue
Block a user