TF-4136 Replace logError to logWarning for some place
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user