noodlapp / noodl

Noodl is a low code platform for creating full stack web applications
https://noodl.net
GNU General Public License v3.0
339 stars 91 forks source link

Deleting text nodes not working #32

Open nixalon opened 7 months ago

nixalon commented 7 months ago
Screenshot 2024-03-05 at 22 28 05

Node version 1.0.1

I added a basic text node to my project and now I can't delete it. I've tried:

The text node does not disappear in either case.

erictuvesson commented 7 months ago

Can you open the editor devtools with CtrlCmd + E and then try deleting the node. Hopefully we will see some new logs in the devtools console that can identify the issue.

nixalon commented 7 months ago
Screenshot 2024-03-07 at 14 56 23

This appeared in the console when I added the text box, but nothing happened in the console when i tried to delete it. The problem also only appears on Mac, not on my Linux.