|
@@ -447,6 +447,8 @@ $(document).ready(() => {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
ledgerSpreadSetting.imageClick = function (data) {
|
|
ledgerSpreadSetting.imageClick = function (data) {
|
|
|
|
+ if (data.children && data.children.length > 0) return;
|
|
|
|
+
|
|
const nodePos = stagePos.getLedgerPos(data.id);
|
|
const nodePos = stagePos.getLedgerPos(data.id);
|
|
if (nodePos && nodePos.length > 0) return;
|
|
if (nodePos && nodePos.length > 0) return;
|
|
|
|
|