Commit 2bf5ed37 by Яков

update

parent a9264ac6
......@@ -861,8 +861,7 @@ const QEditor = ({
{
title: (mediaBlobUrl && uploadedPaths.length === 0) ? (isUploading ? 'Сохранение...' : 'Вставить') : 'Вставить',
className: ' atma-editor-complete',
onClick: async (_interrupt = false) => {
onClick: async () => {
if ((status === 'recording' || isUploading)) {
return false;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment