Compare commits
2 Commits
mai/vasari
...
mai/carava
| Author | SHA1 | Date | |
|---|---|---|---|
| 55f8a06560 | |||
| 79e17a5cb1 |
@@ -482,6 +482,7 @@ function renderCanvas() {
|
||||
g.append(rect, label);
|
||||
gFrames.append(g);
|
||||
rect.addEventListener("pointerdown", (e) => startDrag(e, "frame", f.id));
|
||||
label.addEventListener("pointerdown", (e) => startDrag(e, "frame", f.id));
|
||||
}
|
||||
|
||||
const portsByDevice = new Map();
|
||||
|
||||
@@ -180,7 +180,7 @@ body {
|
||||
fill: var(--accent);
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
pointer-events: none;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
/* Stroke + fill come from the device's user-set colour, written as
|
||||
|
||||
Reference in New Issue
Block a user