Silences web focus error

This commit is contained in:
Kelrap 2024-07-24 08:50:47 -04:00
parent 219777f7d7
commit cc58771de0

View file

@ -475,10 +475,10 @@ class ChatController extends State<ChatPageWithRoom>
if (kIsWeb && !Matrix.of(context).webHasFocus) return;
// #Pangea
} catch (err, s) {
ErrorHandler.logError(
e: PangeaWarningError("Web focus error: $err"),
s: s,
);
// ErrorHandler.logError(
// e: PangeaWarningError("Web focus error: $err"),
// s: s,
// );
return;
}
// Pangea#