Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Fix back list after delete search word with button #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions src/selectr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,7 @@
if (!that.tree.childElementCount) {
render.call(that);
}
that.search();
});
}

Expand Down