@mindexec/cli 0.2.424 → 0.2.425
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5285,17 +5285,6 @@ window.MindMapInteractions = (function () {
|
|
|
5285
5285
|
return;
|
|
5286
5286
|
}
|
|
5287
5287
|
|
|
5288
|
-
if (isAlreadySelected && !isMultiSelecting && isInlineEditableNode(nodeEntry)) {
|
|
5289
|
-
if (module.selectionChangedInThisClick) {
|
|
5290
|
-
module.selectionChangedInThisClick = false;
|
|
5291
|
-
} else if (consumePendingSelectedActivation(module, clickedNodeId)) {
|
|
5292
|
-
finalizeSingleSelection(module, clickedNodeId, { notifyBlazor: false, bringToFront: true, showMenu: true });
|
|
5293
|
-
} else {
|
|
5294
|
-
handleSelectedNodeActivation(module, clickedNodeId, nodeEntry, { isLink, target: e.target });
|
|
5295
|
-
}
|
|
5296
|
-
return;
|
|
5297
|
-
}
|
|
5298
|
-
|
|
5299
5288
|
if (isAlreadySelected) {
|
|
5300
5289
|
if (module.selectionChangedInThisClick) {
|
|
5301
5290
|
module.selectionChangedInThisClick = false;
|
|
@@ -5418,18 +5407,6 @@ window.MindMapInteractions = (function () {
|
|
|
5418
5407
|
return;
|
|
5419
5408
|
}
|
|
5420
5409
|
|
|
5421
|
-
if (isAlreadySelected && !isMultiSelecting && isInlineEditableNode(nodeEntry)) {
|
|
5422
|
-
if (module.selectionChangedInThisClick) {
|
|
5423
|
-
module.selectionChangedInThisClick = false;
|
|
5424
|
-
finalizeSingleSelection(module, clickedNodeId, { notifyBlazor: false, bringToFront: true, showMenu: true });
|
|
5425
|
-
} else if (consumePendingSelectedActivation(module, clickedNodeId)) {
|
|
5426
|
-
finalizeSingleSelection(module, clickedNodeId, { notifyBlazor: false, bringToFront: true, showMenu: true });
|
|
5427
|
-
} else {
|
|
5428
|
-
handleSelectedNodeActivation(module, clickedNodeId, nodeEntry, { target: e.target });
|
|
5429
|
-
}
|
|
5430
|
-
return;
|
|
5431
|
-
}
|
|
5432
|
-
|
|
5433
5410
|
if (isAlreadySelected) {
|
|
5434
5411
|
if (module.selectionChangedInThisClick) {
|
|
5435
5412
|
module.selectionChangedInThisClick = false;
|
package/wwwroot/index.html
CHANGED
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
const base = '_content/MindExecution.Shared/js/';
|
|
582
|
-
const scriptVersion = '20260629-note-click-edit-
|
|
582
|
+
const scriptVersion = '20260629-note-click-edit-v858';
|
|
583
583
|
const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
|
|
584
584
|
console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
|
|
585
585
|
const criticalScripts = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "w2wZAHV3",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"url": "_content/MindExecution.Shared/js/mind-map-glow-shader.js"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
|
-
"hash": "sha256-
|
|
109
|
+
"hash": "sha256-Ajke4gugGGu90uiK0yP328MSM5rXvxzZnjUunlZ2QcQ=",
|
|
110
110
|
"url": "_content/MindExecution.Shared/js/mind-map-interactions.js"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"url": "icon-512.png"
|
|
827
827
|
},
|
|
828
828
|
{
|
|
829
|
-
"hash": "sha256-
|
|
829
|
+
"hash": "sha256-mL3Wc0hu+QH1SUN/WpGi621yyFP80kJdddGyPrwbVA0=",
|
|
830
830
|
"url": "index.html"
|
|
831
831
|
},
|
|
832
832
|
{
|