Web: remove queuing fullscreen request (#3242)

This commit is contained in:
daxpedda 2023-12-17 13:31:48 +01:00 committed by GitHub
parent af93167237
commit f2c5127f27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 79 additions and 199 deletions

View file

@ -647,8 +647,6 @@ impl<T> EventLoopWindowTarget<T> {
let runner = self.runner.clone();
canvas.on_animation_frame(move || runner.request_redraw(RootWindowId(id)));
canvas.on_touch_end();
}
pub fn available_monitors(&self) -> VecDequeIter<MonitorHandle> {