Browse Source

拖放头像改为插入前面

tags/v29.2
枫谷剑仙 3 years ago
parent
commit
c48ae7ebd1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      script.js
  2. +1
    -1
      service-worker.js

+ 1
- 1
script.js View File

@@ -2443,7 +2443,7 @@ function initialize() {
event.preventDefault();
const [teamNum, isAssist, indexInTeam] = JSON.parse(formStr);
const mon = formation.teams[teamNum][isAssist][indexInTeam]
event.target.appendChild(createIndexedIcon('card', mon.id));
event.target.insertAdjacentElement('afterbegin', createIndexedIcon('card', mon.id));
}
}
txtTitleDisplay.ondrop = richTextDropHandler;


+ 1
- 1
service-worker.js View File

@@ -6871,7 +6871,7 @@ const cachesMap = new Map([
],
[
"script.js",
"554a2ef2de41a46b70d214ea23c9fe88"
"c87b17f63f63dc8bafb4ef0e77b6d9f5"
],
[
"solo.html",


Loading…
Cancel
Save