From 0c6a7737d9d7cb2b31d2446090243ee3dc45e7c0 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 8 Jun 2022 17:12:30 +0800 Subject: [PATCH] https://github.com/rustdesk/rustdesk/issues/726 --- src/ui/index.tis | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui/index.tis b/src/ui/index.tis index 63ba455c8..70cc8f870 100644 --- a/src/ui/index.tis +++ b/src/ui/index.tis @@ -490,7 +490,6 @@ class App: Reactor.Component
-
; } @@ -854,7 +853,7 @@ event keydown (evt) { } } -$(body).content(); +$(body).content(
); function self.closing() { var (x, y, w, h) = view.box(#rectw, #border, #screen);