mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: update tslint rules (#7391)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DockLayoutBase, View, layout } from "./dock-layout-common";
|
||||
import { DockLayoutBase, View, layout } from "./dock-layout-common";
|
||||
|
||||
export * from "./dock-layout-common";
|
||||
|
||||
@@ -100,6 +100,7 @@ export class DockLayout extends DockLayoutBase {
|
||||
if (last && this.stretchLastChild) {
|
||||
// Last child with stretch - give it all the space and return;
|
||||
View.layoutChild(this, child, x, y, x + remainingWidth, y + remainingHeight);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user