mirror of
https://github.com/galacean/engine.git
synced 2026-05-20 04:30:55 +08:00
fix: button clone bug (#2758)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { PointerEventData, SafeLoopArray } from "@galacean/engine";
|
||||
import { ignoreClone, PointerEventData, SafeLoopArray } from "@galacean/engine";
|
||||
import { UIInteractive } from "../interactive/UIInteractive";
|
||||
|
||||
export class Button extends UIInteractive {
|
||||
@ignoreClone
|
||||
private _listeners: SafeLoopArray<IUIListener> = new SafeLoopArray<IUIListener>();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user