mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-12-17 22:09:54 +00:00
!41923 修复分段按钮jscrash问题
Merge pull request !41923 from zhaoyong/segmentbutton
This commit is contained in:
commit
6854588d6b
@ -1821,7 +1821,7 @@ export class SegmentButton extends ViewPU {
|
||||
this.__pressArray.aboutToBeDeleted();
|
||||
this.__hoverArray.aboutToBeDeleted();
|
||||
this.__hoverColorArray.aboutToBeDeleted();
|
||||
this.__shouldMirror.aboutToBeDeleted();
|
||||
this.__shouldMirror?.aboutToBeDeleted();
|
||||
SubscriberManager.Get().delete(this.id__());
|
||||
this.aboutToBeDeletedInternal();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user