Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Sep 22, 2023
1 parent 9be571e commit b128bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkPostFormSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ onMounted(() => {
});
}

autosize(textareaEl);
autosize(textareaEl);

// TODO: detach when unmount
new Autocomplete(textareaEl, $$(text));
Expand Down

0 comments on commit b128bf9

Please sign in to comment.