道具栏小修复
This commit is contained in:
parent
ebcc389379
commit
52b7e18592
@ -6537,10 +6537,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
core.fillText(ctx, text, x + r, y + lineWidth / 2 + 2, style, font);
|
core.fillText(ctx, text, x + r, y + lineWidth / 2 + 2, style, font);
|
||||||
|
|
||||||
var todo = function () {
|
var todo = function () {
|
||||||
//debugger;
|
|
||||||
var id = getSelectedItem();
|
var id = getSelectedItem();
|
||||||
|
if (!id) return
|
||||||
let hideInfo = core.getFlag("hideInfo", {});
|
let hideInfo = core.getFlag("hideInfo", {});
|
||||||
console.log(id);
|
|
||||||
if (hideInfo.hasOwnProperty(id)) {
|
if (hideInfo.hasOwnProperty(id)) {
|
||||||
hideInfo[id] = !hideInfo[id];
|
hideInfo[id] = !hideInfo[id];
|
||||||
core.setFlag("hideInfo", hideInfo);
|
core.setFlag("hideInfo", hideInfo);
|
||||||
|
Loading…
Reference in New Issue
Block a user