Make nodes selectable from the grid
This commit is contained in:
@@ -25,6 +25,7 @@ class EditorLink extends EditorEntryBase {
|
||||
serialize() {
|
||||
return {
|
||||
type: 'link',
|
||||
id: this.getId(),
|
||||
label: this.getLabel(),
|
||||
from: this.getFrom().serialize(),
|
||||
to: this.getTo().serialize(),
|
||||
|
||||
Reference in New Issue
Block a user