mark windows error

This commit is contained in:
DASHU
2024-12-10 18:46:15 +08:00
parent 1a617aa3e7
commit 5d52fd57bb

View File

@@ -166,6 +166,7 @@ class _IndexWebComponent extends State<IndexWebComponent> {
webInfo.controller = controller;
webInfo.title = title;
webProvider.updateWebInfo(webInfo);
// TODO this setState will make windows's webview alway refresh !
setState(() {});
}