[DE mobile] Fix bug
This commit is contained in:
parent
cde9f19aec
commit
9acf7e4d71
|
@ -114,6 +114,7 @@ const Search = withTranslation()(props => {
|
||||||
api.asc_findText(params.find, params.forward, params.caseSensitive, function (resultCount) {
|
api.asc_findText(params.find, params.forward, params.caseSensitive, function (resultCount) {
|
||||||
!resultCount && f7.dialog.alert(null, _t.textNoTextFound);
|
!resultCount && f7.dialog.alert(null, _t.textNoTextFound);
|
||||||
});
|
});
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const onchangeSearchQuery = params => {
|
const onchangeSearchQuery = params => {
|
||||||
|
|
Loading…
Reference in a new issue