mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
fix(core): improve loaded/unloaded handling
This commit is contained in:
@ -50,6 +50,7 @@ export class ScrollView extends ScrollViewBase {
|
||||
}
|
||||
|
||||
disposeNativeView() {
|
||||
this.removeNativeListener();
|
||||
this._delegate = null;
|
||||
super.disposeNativeView();
|
||||
}
|
||||
|
Reference in New Issue
Block a user