mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix #147
This commit is contained in:
parent
b0b6bad966
commit
a1b1dcc16e
@ -751,6 +751,10 @@ function newobject:RunKey(key, istext)
|
||||
self.line = line + 1
|
||||
end
|
||||
self.indicatornum = 0
|
||||
local hbody = self:GetHorizontalScrollBody()
|
||||
if hbody then
|
||||
hbody:GetScrollBar():Scroll(-hbody:GetWidth())
|
||||
end
|
||||
end
|
||||
elseif key == "tab" then
|
||||
if alltextselected then
|
||||
|
Loading…
Reference in New Issue
Block a user