@sequent-org/moodboard 1.2.18 → 1.2.19

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": "@sequent-org/moodboard",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "type": "module",
5
5
  "description": "Interactive moodboard",
6
6
  "main": "./src/index.js",
@@ -75,8 +75,6 @@ export class PixiEngine {
75
75
  type: objectData.type,
76
76
  instance: instance // Сохраняем ссылку на сам объект
77
77
  };
78
- this.objects.set(objectData.id, pixiObject);
79
- this.worldLayer.addChild(pixiObject);
80
78
  // Первичная установка чёткости для записок по текущему масштабу/резолюции
81
79
  try {
82
80
  if (pixiObject && pixiObject._mb && pixiObject._mb.type === 'note' && pixiObject._mb.instance && typeof pixiObject._mb.instance.updateCrispnessForZoom === 'function') {