mirror of
https://github.com/codex-team/editor.js
synced 2026-03-17 16:10:07 +01:00
💔
This commit is contained in:
parent
a879e1db35
commit
3e93bbde3c
3 changed files with 4 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -25,7 +25,6 @@ module.exports = (function (settings) {
|
|||
if (!editor.tools[toolType] || !editor.tools[toolType].makeSettings ) {
|
||||
|
||||
editor.core.log(`Plugin «${toolType}» has no settings`, 'warn');
|
||||
editor.nodes.pluginSettings.innerHTML = `Плагин «${toolType}» не имеет настроек`;
|
||||
|
||||
} else {
|
||||
|
||||
|
|
@ -171,4 +170,4 @@ module.exports = (function (settings) {
|
|||
|
||||
return settings;
|
||||
|
||||
})({});
|
||||
})({});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue