Remove columns from mobile.
This commit is contained in:
parent
4257ebe6e2
commit
2182b08cc0
@ -60,13 +60,6 @@ api.addToolbarPopupMenuOptionsCallback(() => {
|
|||||||
label: "float_left_button"
|
label: "float_left_button"
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
api.addToolbarPopupMenuOptionsCallback(() => {
|
|
||||||
return {
|
|
||||||
action: "columns",
|
|
||||||
icon: "columns",
|
|
||||||
label: "columns_button"
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
api.modifyClass("controller:composer", {
|
api.modifyClass("controller:composer", {
|
||||||
actions: {
|
actions: {
|
||||||
@ -90,9 +83,6 @@ api.modifyClass("controller:composer", {
|
|||||||
},
|
},
|
||||||
floatleft() {
|
floatleft() {
|
||||||
this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text");
|
this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text");
|
||||||
},
|
|
||||||
columns() {
|
|
||||||
this.get("toolbarEvent").applySurround('[wrap="columns"]\n', '\n[/wrap]', "columns_text");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user