history seems to be working

This commit is contained in:
Joeri Exelmans 2025-10-17 16:48:39 +02:00
parent b55cba198e
commit c07489080a
7 changed files with 292 additions and 222 deletions

View file

@ -116,17 +116,18 @@ line.selected, circle.selected {
font-weight: 600;
}
.draggableText:hover:not(:active) {
fill: blue;
cursor: grab;
/* fill: blue; */
/* cursor: grab; */
}
text.helper {
fill: rgba(0,0,0,0);
stroke: rgba(0,0,0,0);
stroke-width: 8px;
stroke-width: 16px;
}
text.helper:hover {
stroke: blue;
stroke-opacity: 0.2;
cursor: grab;
}
.draggableText, .draggableText.highlight {