TF-4136 Replace logError to logWarning for some place

This commit is contained in:
dab246
2026-01-09 20:15:39 +07:00
committed by Dat H. Pham
parent fedb8fed93
commit 1514136f39
7 changed files with 11 additions and 11 deletions
@@ -92,7 +92,7 @@ class _MobileEditorState extends State<MobileEditorWidget> with TextSelectionMix
try {
await _setupSelectionListener(editorApi);
} catch (e) {
logError('Error onWebViewCreated: $e');
logWarning('Error onWebViewCreated: $e');
}
}
@@ -123,7 +123,7 @@ class _WebEditorState extends State<WebEditorWidget> with TextSelectionMixin {
}
}
} catch (e) {
logError(
logWarning(
'_WebEditorState::_editorListener: Unable to parse message data = $e',
);
}