tidy(ui): remove unused id on konva nodes

This commit is contained in:
psychedelicious
2024-09-04 16:05:20 +10:00
parent f63aab9730
commit facd007d1e
2 changed files with 0 additions and 6 deletions

View File

@@ -83,9 +83,6 @@ export class CanvasEntityLayerAdapter extends CanvasModuleBase {
this.konva = {
layer: new Konva.Layer({
// We need the ID on the layer to help with building the composite initial image
// See `getCompositeLayerStageClone()`
id: this.id,
name: `${this.type}:layer`,
listening: false,
imageSmoothingEnabled: false,

View File

@@ -54,9 +54,6 @@ export class CanvasEntityMaskAdapter extends CanvasModuleBase {
this.konva = {
layer: new Konva.Layer({
// We need the ID on the layer to help with building the composite initial image
// See `getCompositeLayerStageClone()`
id: this.id,
name: `${this.type}:layer`,
listening: false,
imageSmoothingEnabled: false,