gilengel
Results
1
comments of
gilengel
You can register a click event ([Documentation](https://rete.js.org/#/docs/events#lang=en)) on the editor and clear the list of selected nodes within it like so ` editor.on(["click"], () => { editor.selected.list = [] });`...