@mindexec/cli 0.2.288 → 0.2.289
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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
const DEBUG = false;
|
|
6
6
|
const FPS_DEBUG = false;
|
|
7
7
|
const FRAME_PERF_DEBUG = false;
|
|
8
|
-
const MINDMAP_CORE_BUILD_ID = '20260620-css3d-flat-wheel-
|
|
8
|
+
const MINDMAP_CORE_BUILD_ID = '20260620-css3d-flat-wheel-v735';
|
|
9
9
|
const CanvasPhase = Object.freeze({
|
|
10
10
|
Booting: 'booting',
|
|
11
11
|
BoardFileLoading: 'board-file-loading',
|
|
@@ -4030,6 +4030,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
|
|
|
4030
4030
|
this._lastLocalSnapGridOpacity = '';
|
|
4031
4031
|
this._localSnapGridStyleDeferredForZoom = false;
|
|
4032
4032
|
this._localSnapGridPointerWakeDeferredForZoom = false;
|
|
4033
|
+
this._lastLocalSnapGridPointerSnapKey = '';
|
|
4033
4034
|
this._lastSnapGridClientX = null;
|
|
4034
4035
|
this._lastSnapGridClientY = null;
|
|
4035
4036
|
this._animationIdleTimerId = null;
|
|
@@ -4099,11 +4100,6 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
|
|
|
4099
4100
|
|
|
4100
4101
|
const roundedX = Math.round(nextX * 2) / 2;
|
|
4101
4102
|
const roundedY = Math.round(nextY * 2) / 2;
|
|
4102
|
-
const previousX = this._lastSnapGridClientX;
|
|
4103
|
-
const previousY = this._lastSnapGridClientY;
|
|
4104
|
-
this._lastSnapGridClientX = roundedX;
|
|
4105
|
-
this._lastSnapGridClientY = roundedY;
|
|
4106
|
-
|
|
4107
4103
|
const fallbackGrid = Math.max(1, Number(this.GRID_SIZE || 10));
|
|
4108
4104
|
let pointerSnapKey = `screen:${Math.round(roundedX / fallbackGrid)}|${Math.round(roundedY / fallbackGrid)}`;
|
|
4109
4105
|
if (this.container && this.camera?.isPerspectiveCamera) {
|
|
@@ -4122,6 +4118,10 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
|
|
|
4122
4118
|
return false;
|
|
4123
4119
|
}
|
|
4124
4120
|
|
|
4121
|
+
const previousX = this._lastSnapGridClientX;
|
|
4122
|
+
const previousY = this._lastSnapGridClientY;
|
|
4123
|
+
this._lastSnapGridClientX = roundedX;
|
|
4124
|
+
this._lastSnapGridClientY = roundedY;
|
|
4125
4125
|
this._lastLocalSnapGridPointerSnapKey = pointerSnapKey;
|
|
4126
4126
|
this._localSnapGridPointerRevision = Math.max(0, Number(this._localSnapGridPointerRevision || 0)) + 1;
|
|
4127
4127
|
this._lastLocalSnapGridTransformKey = '';
|
|
@@ -4214,6 +4214,7 @@ ${summaryLines.map(line => `<div>${escapeNodeFrameDebugHtml(line)}</div>`).join(
|
|
|
4214
4214
|
this._lastLocalSnapGridKey = '';
|
|
4215
4215
|
this._lastLocalSnapGridTransformKey = '';
|
|
4216
4216
|
this._lastLocalSnapGridPositionRevision = -1;
|
|
4217
|
+
this._lastLocalSnapGridPointerSnapKey = '';
|
|
4217
4218
|
this._lastLocalSnapGridOpacity = '';
|
|
4218
4219
|
this._localSnapGridStyleDeferredForZoom = false;
|
|
4219
4220
|
return layer;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "2SnxEkqN",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"url": "_content/MindExecution.Shared/js/marked.min.js"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
"hash": "sha256-
|
|
81
|
+
"hash": "sha256-YPH1ZXPDehAzNUpwIQ5DDMHMHxxnB/JfwtJhuBoplR8=",
|
|
82
82
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js"
|
|
83
83
|
},
|
|
84
84
|
{
|