このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
pete
/
abv
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Shorter timeout
master
Pete Shadbolt
7年前
親
bab86b5df5
コミット
c17551dcad
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
static/scripts/editor.js
+ 1
- 1
static/scripts/editor.js
ファイルの表示
@@ -14,7 +14,7 @@ editor.orientations = [
editor.checkTimeOut = function() {
editor.gridTimeOut += 1;
editor.grid.visible = editor.gridTimeOut <
2
0;
editor.grid.visible = editor.gridTimeOut <
1
0;
}
editor.onFreeMove = function() {
書き込み
プレビュー
読み込み中…
キャンセル
保存