mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Remove image upload from profile description in settings
This commit is contained in:
parent
cd515aced3
commit
84d2bdb4fd
@ -2077,10 +2077,6 @@ define([
|
||||
});
|
||||
|
||||
const markdownTb = common.createMarkdownToolbar(editor, {
|
||||
embed: function (mt) {
|
||||
editor.focus();
|
||||
editor.replaceSelection($(mt)[0].outerHTML);
|
||||
},
|
||||
toggleBar: true
|
||||
});
|
||||
$(input).before(markdownTb.toggleButton);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user