Closed BalurPoco closed 5 years ago
Change "SendAddonMessage" to "C_ChatInfo.SendAddonMessage" on line 5005 and 5008 seems like a fix.
Yep, that seems to have fixed it. Merged.
There is also an error on line 7835, e.keybindModifier is nil if I hit any modifier key while the window open. You should replace 'if (e.keybindModifier == "")' to 'if (e.keybindModifier == "" or e.keybindModifier == nil)'. What do you think?
As for me I completely commented out the OnKeyUp and OnKeyDown events (lines: 7817 - 7871), because I don't want any keyboard interaction. An option for this in the future would be nice. :) Keep up the great work.
Hello,
Please be kind and fix this error: