Topology button in Site View (#220)

* Topology button in Site View

* Add mdi icons to Topology and Close Buttons

* Fix buttons tag and class

* fixed drag & site filter

Co-authored-by: Mattijs Vanhaverbeke <mattijs.vanhaverbeke@ebo-enterprises.com>
This commit is contained in:
Renato Almeida de Oliveira
2022-12-18 18:15:48 +01:00
committed by GitHub
co-authored by Mattijs Vanhaverbeke
parent be402b1b5c
commit 7173564ea9
6 changed files with 74 additions and 7 deletions
+2 -1
View File
@@ -70,8 +70,9 @@ const coordSaveCheckbox = document.querySelector('#id_save_coords')
graph.fit()
graph.on('dragEnd', (params) => {
if (coordSaveCheckbox == null) return
if (!coordSaveCheckbox.checked) return
Promise.allSettled(
Object.entries(graph.getPositions(params.nodes)).map(
async ([nodeId, nodePosition]) => {