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
@@ -123,7 +123,7 @@ class _WebEditorState extends State<WebEditorWidget> with TextSelectionMixin {
}
}
} catch (e) {
logError(
logWarning(
'_WebEditorState::_editorListener: Unable to parse message data = $e',
);
}