mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-18 22:25:28 +02:00
wip
This commit is contained in:
@@ -310,6 +310,9 @@ onUnmounted(() => {
|
||||
window.removeEventListener('resize', resize);
|
||||
});
|
||||
|
||||
// todo: 掴む/離す(or 設置)のボタン出し分け
|
||||
// grabbing中かどうか、家具設置中かどうかをengineからリアクティブにもらう必要あり?
|
||||
|
||||
function grab() {
|
||||
engine.value.beginSelectedInstalledObjectGrabbing();
|
||||
canvas.value!.focus();
|
||||
|
||||
Reference in New Issue
Block a user