Merge pull request #1863 from xiaoyifang/fix/full-search-match-count
Some checks failed
SonarCloud / Build and analyze (push) Has been cancelled
deploy_website / deploy (push) Has been cancelled

fix: full text search panel status label
This commit is contained in:
xiaoyifang 2024-10-24 21:34:20 +08:00 committed by GitHub
commit 132552b0a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2097,6 +2097,7 @@ void ArticleView::highlightFTSResults()
}
ftsSearchPanel->show();
performFtsFindOperation( true );
}
void ArticleView::setActiveDictIds( const ActiveDictIds & ad )