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
{{ message }}
This repository was archived by the owner on Apr 23, 2018. It is now read-only.
If you select it in the second time the item appear in the list (but can't be selected) -
this is happens because when you deselct an item there is set style block and when you select it again the display block override the display none in result-selected css rule set to that li:
If you select it in the second time the item appear in the list (but can't be selected) -
this is happens because when you deselct an item there is set style block and when you select it again the display block override the display none in result-selected css rule set to that li:
the fix is in line 591 instead
remove the set style display block
Because I don't understand why there is need to set it display block if you remove the result-selected css rule.
Alternatively you can set the css rule:
to
The text was updated successfully, but these errors were encountered: