mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 13:27:32 +08:00
[SSE] Fix Bug 41830
This commit is contained in:
@ -299,8 +299,8 @@
|
||||
getSettings: function() {
|
||||
return {
|
||||
textsearch: this.txtSearch.val(),
|
||||
casesensitive: this.miMatchCase.checked,
|
||||
wholewords: this.miMatchWord.checked };
|
||||
matchcase: this.miMatchCase.checked,
|
||||
matchword: this.miMatchWord.checked };
|
||||
},
|
||||
|
||||
textTitle : 'Search & Replace',
|
||||
|
||||
Reference in New Issue
Block a user