mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Fixed searching error
This commit is contained in:
parent
4a9c6032e1
commit
198f796b5c
@ -1244,7 +1244,7 @@ local function find()
|
||||
whereToFind, whatToFind = unicode.lower(whereToFind), unicode.lower(whatToFind)
|
||||
end
|
||||
|
||||
local success, starting, ending = pcall(string.unicodeFind, whereToFind, whatToFind)
|
||||
local success, starting, ending = pcall(text.unicodeFind, whereToFind, whatToFind)
|
||||
if success then
|
||||
if starting then
|
||||
codeView.selections[1] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user