IMPROVE: Allow upload button on mobile
Dieser Commit ist enthalten in:
Ursprung
54e6af52e9
Commit
28e007536a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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",
|
||||
|
|
Laden …
In neuem Issue referenzieren