Revert "fix: edge handling"

This reverts commit a25a89146b.
This commit is contained in:
Osei Fortune
2025-11-04 18:25:48 -04:00
parent a25a89146b
commit b7d1929b7c
7 changed files with 511 additions and 371 deletions

View File

@@ -93,7 +93,8 @@ export class Frame extends FrameBase {
constructor() {
super();
this._android = new AndroidFrame(this);
this.androidOverflowEdge = 'ignore';
this._defaultOverflowEdge = 1 << 4;
this._defaultOverflowEdgeValue = 'dont-apply';
}
public static reloadPage(context?: ModuleContext): void {