AlexW00 / obsidian-3d-graph

👓 A 3D graph for Obsidian!
MIT License
286 stars 24 forks source link

Event listener not unloaded #33

Open RyotaUshio opened 1 year ago

RyotaUshio commented 1 year ago

This event listener stays active and keeps on console logging even after the plugin is unloaded. I think it should be passed to the registerEvent method.

https://github.com/AlexW00/obsidian-3d-graph/blob/7bfbc6ccbcadb350e451d15becfb375d6d8a6a6e/src/main.ts#L96