1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 22:25:28 +02:00
This commit is contained in:
syuilo
2026-02-16 21:04:32 +09:00
parent 06adb3e045
commit 6a4a09c8cf
2 changed files with 4 additions and 1 deletions

View File

@@ -310,6 +310,9 @@ onUnmounted(() => {
window.removeEventListener('resize', resize);
});
// todo: 掴む/離す(or 設置)のボタン出し分け
// grabbing中かどうか、家具設置中かどうかをengineからリアクティブにもらう必要あり
function grab() {
engine.value.beginSelectedInstalledObjectGrabbing();
canvas.value!.focus();