We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ff0e0 commit 661197cCopy full SHA for 661197c
packages/webgal/src/Core/controller/stage/pixi/PixiController.ts
@@ -842,7 +842,7 @@ export default class PixiStage {
842
843
const paramY = mapToZeroOne(y);
844
const target = this.figureObjects.find((e) => e.key === key);
845
- if (target) {
+ if (target && target.sourceType === 'live2d') {
846
const container = target.pixiContainer;
847
const children = container.children;
848
for (const model of children) {
0 commit comments