Merge branch 'main' into KEKEC_BBS_DEV-001
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/image
|
||||
/draft
|
||||
/images
|
||||
/drafts
|
||||
/database.php
|
||||
|
||||
+3
-1
@@ -116,7 +116,7 @@ if (imageUrl != '')
|
||||
reDraw ();
|
||||
}, false);
|
||||
|
||||
imgData.src = `//miteruzo.ml/kekec/bbs/draft/${imageUrl}`;
|
||||
imgData.src = `./draft/${imageUrl}`;
|
||||
}
|
||||
|
||||
let nowDraw = false; // 描画フラグ
|
||||
@@ -1043,5 +1043,7 @@ delLayer (lyr, fromHistory)
|
||||
layer: lyr};
|
||||
++count;
|
||||
}
|
||||
|
||||
reDraw ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user