Fix error with previous commit
Error was introduced with PR: https://github.com/franko/lite-xl/pull/190
This commit is contained in:
@@ -117,7 +117,7 @@ local function update_cache(doc)
|
||||
end
|
||||
end
|
||||
|
||||
function Doc:on_text_change(...)
|
||||
function Doc.on_text_change(...)
|
||||
if current_on_text_change then
|
||||
current_on_text_change(...)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user