ソースを参照

Fix a bug preventing dragging stuff off the top of the screen

master
Fen Dweller 5年前
コミット
819957b0c0
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      macrovision.js

+ 0
- 1
macrovision.js ファイルの表示

@@ -631,7 +631,6 @@ function clickUp(e) {
} else {
select(clicked);
}
clicked.classList.remove("no-transition");
clicked = null;
}



読み込み中…
キャンセル
保存