fixed typo

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-05-22 08:46:30 +02:00
parent e61e09d834
commit d187b6a2fc
+1 -1
View File
@@ -96,7 +96,7 @@
return false; return false;
} }
if (ev.key == 'Enter') { if (ev.key == 'Enter') {
disableDropDown(); disableDropdown();
if (onCommit(candidate)) candidate = { display : '' }; if (onCommit(candidate)) candidate = { display : '' };
} }
return false; return false;