You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In function base.autocomplete_getVal you should set preview value only if preview exists.
Same problem occures if keybored was opened and then closed the base.$preview becomes undefined .
Code to update:
if (base.hasAutocomplete && v !== '') {}
The text was updated successfully, but these errors were encountered:
In function base.autocomplete_getVal you should set preview value only if preview exists.
Same problem occures if keybored was opened and then closed the base.$preview becomes undefined .
Code to update:
The text was updated successfully, but these errors were encountered: