Fix for lua errors on beta
flow0284 opened this issue ยท 2 comments
Go to line 313 and change:
searchBox = CreateFrame("EditBox", nil, window)
to
searchBox = CreateFrame("EditBox", nil, window, BackdropTemplateMixin and "BackdropTemplate")
Go to line 323 and change:
edgeSize = 0,
to
edgeSize = 1,