e
This commit is contained in:
parent
f657b6a4a4
commit
d163ceb291
76 changed files with 1385 additions and 524 deletions
|
|
@ -1099,7 +1099,7 @@
|
|||
dialog.querySelector("[data-action=cancel]").onclick = close;
|
||||
dialog.querySelector("[data-action=save]").onclick = () => {
|
||||
applySerializedConfig(board, draft); evaluate(board); remapAttachedWireEndpoints(board, worldRef);
|
||||
if (worldRef) { worldRef.drawListDirty = true; worldRef.markSpatialDirty?.("circuit-board-edited"); worldRef.log?.("\u57fa\u76e4\u306e\u56de\u8def\u3092\u7d44\u307f\u66ff\u3048\u305f\u3002", "observe"); }
|
||||
if (worldRef) { worldRef.drawListDirty = true; worldRef.markSpatialDirty?.("circuit-board-edited"); }
|
||||
global.showToast?.("\u57fa\u76e4\u306e\u56de\u8def\u3092\u53cd\u6620\u3057\u307e\u3057\u305f\u3002");
|
||||
global.render?.(); close();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue