mbrlabs / Lorien

Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
MIT License
5.54k stars 240 forks source link

Fix errors mentionied in issue #178 #180

Closed MrApplejuice closed 2 years ago

MrApplejuice commented 2 years ago

Fixed by checking if a child node has a signal before attempting to binding to it.

Sorry, this went awry during a cleanup of one of my earlier PRs where I deleted unused signals.

Fixes #178

mbrlabs commented 2 years ago

Thanks!