mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix #101
This commit is contained in:
parent
2b1627d2a0
commit
baa483b4ba
@ -783,7 +783,7 @@ function newobject:RunKey(key, unicode, is_text)
|
|||||||
self.unicode = unicode
|
self.unicode = unicode
|
||||||
if unicode > 31 and unicode < 127 then
|
if unicode > 31 and unicode < 127 then
|
||||||
-- do not continue if the text limit has been reached or exceeded
|
-- do not continue if the text limit has been reached or exceeded
|
||||||
if #text >= self.limit and self.limit ~= 0 then
|
if #text >= self.limit and self.limit ~= 0 and not alltextselected then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
-- set the current key
|
-- set the current key
|
||||||
|
Loading…
Reference in New Issue
Block a user