in replay, dont set cursor to none

This commit is contained in:
Zutatensuppe 2021-05-13 16:25:31 +02:00
parent be79935bca
commit f8157a1ea0

View file

@ -10,6 +10,9 @@
canvas { canvas {
cursor: grab; cursor: grab;
} }
canvas.loaded {
cursor: grab;
}
</style> </style>
<title>🧩 jigsaw.hyottoko.club</title> <title>🧩 jigsaw.hyottoko.club</title>
</head> </head>