mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
CRe: fix issues with case sensitive and regex search (#7947)
Fix crash with previous commit. Show regex checkbox only with cre documents.
This commit is contained in:
@@ -1248,7 +1248,7 @@ function CreDocument:checkRegex(pattern)
|
||||
end
|
||||
|
||||
function CreDocument:getAndClearRegexSearchError()
|
||||
retval = self._document:getAndClearRegexSearchError()
|
||||
local retval = self._document:getAndClearRegexSearchError()
|
||||
logger.dbg("CreDocument: getAndClearRegexSearchError", retval)
|
||||
return retval
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user