Skip to content

Commit

Permalink
Add option to remove notification on paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandhard committed Mar 4, 2022
1 parent 2967b93 commit f7da56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summernote-cleaner.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}, 1);
} else
$note.summernote('pasteHTML', text);
if ($editor.find('.note-status-output').length > 0)
if (options.cleaner.verbose && $editor.find('.note-status-output').length > 0)
$editor.find('.note-status-output').html(lang.cleaner.not);
}
}
Expand Down

0 comments on commit f7da56f

Please sign in to comment.