From 5d52fd57bbe5c309b280df6055e965a6b0239dc1 Mon Sep 17 00:00:00 2001 From: DASHU <385321165@qq.com> Date: Tue, 10 Dec 2024 18:46:15 +0800 Subject: [PATCH] mark windows error --- lib/router/index/index_web_component.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/router/index/index_web_component.dart b/lib/router/index/index_web_component.dart index a5aae9e..9b8a392 100644 --- a/lib/router/index/index_web_component.dart +++ b/lib/router/index/index_web_component.dart @@ -166,6 +166,7 @@ class _IndexWebComponent extends State { webInfo.controller = controller; webInfo.title = title; webProvider.updateWebInfo(webInfo); + // TODO this setState will make windows's webview alway refresh ! setState(() {}); }