This commit is contained in:
Joffrey JAFFEUX 2020-06-09 19:54:06 +02:00 committed by GitHub
parent ae6c4cd237
commit 84d767716f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -560,7 +560,11 @@ export default createWidget("post-menu", {
state state
); );
const controlsButtons = [...beforeExtraControls, ...visibleButtons, ...extraControls]; const controlsButtons = [
...beforeExtraControls,
...visibleButtons,
...extraControls
];
postControls.push(h("div.actions", controlsButtons)); postControls.push(h("div.actions", controlsButtons));
if (state.adminVisible) { if (state.adminVisible) {