@mindexec/cli 0.2.427 → 0.2.428

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindexec/cli",
3
- "version": "0.2.427",
3
+ "version": "0.2.428",
4
4
  "description": "MindExec local runtime and bridge CLI",
5
5
  "main": "server.js",
6
6
  "type": "module",
@@ -4778,10 +4778,6 @@ window.MindMapInteractions = (function () {
4778
4778
  if (!actualDragObject) return;
4779
4779
  setBrowserSelectionLock(true, 'node-drag');
4780
4780
  module.draggedNodeId = nodeId;
4781
-
4782
- // ▼▼▼ [Added] Reliably store dragged ID for Up handler ▼▼▼
4783
- module.draggedNodeId = nodeId;
4784
- // ▲▲▲ [Added] ▲▲▲
4785
4781
 
4786
4782
  if (module.multiSelectedNodeIds.has(nodeId) && module.multiSelectedNodeIds.size > 1 && !module.isShiftClick) {
4787
4783
  module.isDraggingMultipleNodes = true;
@@ -1,5 +1,5 @@
1
1
  self.assetsManifest = {
2
- "version": "6gH3mh9o",
2
+ "version": "0w5DR44C",
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-55qzyS84+lNr+D8yF0HyTAbQEpeEOXW36tDCfn5UuUc=",
109
+ "hash": "sha256-Xq41bjHmEHUAxo036RY745Kv3TotRvizQvVxM9xKPEA=",
110
110
  "url": "_content/MindExecution.Shared/js/mind-map-interactions.js"
111
111
  },
112
112
  {
@@ -1,4 +1,4 @@
1
- /* Manifest version: 6gH3mh9o */
1
+ /* Manifest version: 0w5DR44C */
2
2
  // Hosted deployments should prefer the network over stale offline caches.
3
3
  // This service worker immediately clears old Blazor offline caches and unregisters itself.
4
4