persist state in localstorage

This commit is contained in:
Joeri Exelmans 2025-10-05 00:02:21 +02:00
parent 9bb5157d5d
commit 328b641533
2 changed files with 21 additions and 6 deletions

View file

@ -32,11 +32,11 @@ svg > text {
cursor: grabbing;
}
/* .rountangle.selected {
.rountangle.selected {
fill: rgba(0, 0, 255, 0.2);
stroke: blue;
stroke-width: 4px;
} */
/* stroke: blue;
stroke-width: 4px; */
}
.lineHelper {
stroke: rgba(0, 0, 0, 0);
@ -81,7 +81,7 @@ svg > text {
.selected {
line.selected, circle.selected {
fill: rgba(0, 0, 255, 0.2);
/* stroke-dasharray: 7 6; */
stroke: blue;