mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 07:26:11 +08:00
Merge branch 'master' of github.com:NativeScript/NativeScript
# Conflicts: # .eslintrc.json # packages/core/ui/core/bindable/index.ts # tsconfig.eslint.json
This commit is contained in:
@ -289,7 +289,6 @@ export class FrameBase extends CustomLayoutView {
|
||||
}
|
||||
|
||||
private isNestedWithin(parentFrameCandidate: FrameBase): boolean {
|
||||
// eslint-disable-next-line @typescript-eslint/no-this-alias
|
||||
let frameAncestor: FrameBase = this;
|
||||
while (frameAncestor) {
|
||||
frameAncestor = <FrameBase>getAncestor(frameAncestor, FrameBase);
|
||||
|
||||
Reference in New Issue
Block a user