1
0
Fork 0

IMPROVE: Allow upload button on mobile

Dieser Commit ist enthalten in:
Angus McLeod 2022-11-07 15:04:30 +01:00
Ursprung 54e6af52e9
Commit 28e007536a

Datei anzeigen

@ -149,7 +149,7 @@ export default ComposerEditor.extend({
extraButtons(toolbar) {
const component = this;
if (this.allowUpload && this.uploadIcon && !this.site.mobileView) {
if (this.allowUpload && this.uploadIcon) {
toolbar.addButton({
id: "upload",
group: "insertions",