Commit 4fbf2b58 authored by Li Mingzhe's avatar Li Mingzhe

feat: resize

parent 1e881bca
...@@ -1116,7 +1116,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1116,7 +1116,7 @@ export class PlayComponent implements OnInit, OnDestroy {
@ViewChild("canvas") canvas: ElementRef; @ViewChild("canvas") canvas: ElementRef;
@ViewChild("wrap") wrap: ElementRef; @ViewChild("wrap") wrap: ElementRef;
@HostListener("window:resize", ["$event"]) // @HostListener("window:resize", ["$event"])
// onResize(event) { // onResize(event) {
// this.g_winResizeEventStream.next(); // this.g_winResizeEventStream.next();
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment