I was able to remove the freezing by commenting out line 86 with "return ChatEdit_InsertLink( Link, ... )". I don't know what that broke with the addon by doing so but I can still use the addon normally.
edit: Had to comment out line 88 too, otherwise I couldnt link things in chat. Seems like its replacing a global function inserting links in chat with its own function.
Steps to reproduce
shift-leftclick
an item in your backpackThe game freezes and then generates an error.
error
From ssateneth:
Click to expand
``` `Message: Interface\AddOns\_DevPad.GUI\_DevPad.GUI.Editor.lua:82: script ran too long Time: Tue Oct 20 04:18:56 2020 Count: 1 Stack: Interface\AddOns\_DevPad.GUI\_DevPad.GUI.Editor.lua:82: script ran too long [string "@Interface\AddOns\_DevPad.GUI\_DevPad.GUI.Editor.lua"]:82: in functionI found steps to reproduce this.
Sorry, seems all my github emails got sent to junk. Glad to see you were able to reproduce it.
I was able to remove the freezing by commenting out line 86 with "return ChatEdit_InsertLink( Link, ... )". I don't know what that broke with the addon by doing so but I can still use the addon normally.
edit: Had to comment out line 88 too, otherwise I couldnt link things in chat. Seems like its replacing a global function inserting links in chat with its own function.
Thanks for the update and effort; I'll take a look.