mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 14:36:49 +08:00
[DE SSE mobile] Fix Bug 59034
This commit is contained in:
@ -116,7 +116,12 @@ class SearchView extends Component {
|
||||
expandable: true,
|
||||
backdrop: false,
|
||||
on: {
|
||||
search: (bar, curval, prevval) => {
|
||||
search: (sb, query, previousQuery) => {
|
||||
const api = Common.EditorApi.get();
|
||||
|
||||
if(!query) {
|
||||
api.asc_selectSearchingResults(false);
|
||||
}
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user