Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
1673beta committed Jul 3, 2024
1 parent 5879c03 commit cb00bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/components/MkPostForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -951,11 +951,11 @@ function insertMention() {
const toggleTag = () => {
withHashtags.value = !withHashtags.value;
}
};
const toggleDisableRightClick = () => {
disableRightClick.value = !disableRightClick.value;
}
};
async function insertEmoji(ev: MouseEvent) {
textAreaReadOnly.value = true;
Expand Down

0 comments on commit cb00bed

Please sign in to comment.