mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
tidy(ui): remove unused id on konva nodes
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user