commit | 95abaf46880f5a3e639cfca9c1638e381ce96c7e | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Apr 26 15:33:22 2018 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Apr 26 15:33:22 2018 +0200 |
tree | 52feccc082d4fad523a8e3f88439e13f7192aa84 | |
parent | 1ec65cba00ffbaaada0458ee4a91a2536d265359 [diff] [blame] |
Clean prefix of annotation assistant, in case a menu item is chosen Change-Id: Ic770e707e06ad743dea2f70dd8904d21eb50774f
diff --git a/dev/js/src/hint/input.js b/dev/js/src/hint/input.js index 7145919..adb74b6 100644 --- a/dev/js/src/hint/input.js +++ b/dev/js/src/hint/input.js
@@ -58,6 +58,14 @@ /** + * Reset the input value + */ + reset : function () { + this._element.value = ""; + }, + + + /** * Update the mirror content. */ update : function () {