Allow Custom Tooltip to read keydown

This commit is contained in:
Flamanis
2021-05-14 18:40:44 -05:00
committed by GitHub
parent bc50723491
commit 181b0ad6ac
+1 -1
View File
@@ -977,7 +977,7 @@
if (func) then
end
local okey, errortext = _pcall (func, actor, instance.showing, instance)
local okey, errortext = _pcall (func, actor, instance.showing, instance, keydown)
if (not okey) then
_detalhes:Msg ("|cFFFF9900error on custom display tooltip function|r:", errortext)
return false