1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 09:25:33 +02:00
This commit is contained in:
syuilo
2026-02-17 13:27:25 +09:00
parent d446e00964
commit ce7af6a308
3 changed files with 9 additions and 3 deletions

View File

@@ -473,7 +473,7 @@ function toggleEditMode() {
}
function addObject() {
engine.value?.addObject('mug');
engine.value?.addObject('tabletopDigitalClock');
canvas.value!.focus();
}