I just recorded on firefox
You can inspect all by going to - firefox -> performance -> record..
Yes, first of all I thought that the issue could be related to the 40K lines of the original tiptap file, but after some test, found the issue comes with the custom js added, I think the lines are from 39636 to 40549 on the /public/js/tiptap/tiptap-bundle.js
So probably something wrong is happening between those lines..
Maybe causing a loop, but not an expert here, so hard to debug.
But maybe @kfawcett , do you know how to fix this freezing of the design view?
Otherwise I think we really need some help from the team here... as it works fine.
Please @patrick , any way that I can debug what happens in Wappler's built-in browser? Maybe the console will tell me more... if I can access that?
Hey guys, that's strange. I do not use design view in Wappler because it won't render my code properly, so I haven't experienced this issue. I know @karh forked the extension and what I have now is a lot different than what is available on npm.
@franse, are you saying you're experiencing issues at runtime in a browser?
Yes, exactly..
Adding the tiptap extension from npm freezes the wappler design view, and there's a strange behavior on external browser.
To be clear: I can't see any issue on the external browser, but running a performance test throw there's something waiting on a loop, maybe a function? I'm not entirely sure