Links fixed

This commit is contained in:
barsdeveloper
2022-03-15 20:05:20 +01:00
parent b2270244a4
commit a177faf918
9 changed files with 1192 additions and 1102 deletions

View File

@@ -54,6 +54,7 @@ export default class NodeTemplate extends SelectableDraggableTemplate {
/**
* @param {NodeElement} node
* @returns {NodeListOf<PinElement>}
*/
getPinElements(node) {
return node.querySelectorAll(PinElement.tagName)