mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Fix console tabs not blinking, closes #627
This commit is contained in:
@@ -187,7 +187,7 @@ local function onTabDragMove(tab, mousePos, mouseMoved)
|
||||
end
|
||||
|
||||
local function tabBlink(tab, step)
|
||||
step = step or 0
|
||||
local step = step or 0
|
||||
tab:setOn(not tab:isOn())
|
||||
|
||||
removeEvent(tab.blinkEvent)
|
||||
|
Reference in New Issue
Block a user