bug fix
This commit is contained in:
parent
d19a4ab8a3
commit
e8ad65dc8a
|
@ -137,6 +137,8 @@ import { miLocalStorage } from '@/local-storage.js';
|
|||
import { claimAchievement } from '@/scripts/achievements.js';
|
||||
import { emojiPicker } from '@/scripts/emoji-picker.js';
|
||||
import { mfmFunctionPicker } from '@/scripts/mfm-function-picker.js';
|
||||
import MkScheduleEditor from '@/components/MkScheduleEditor.vue';
|
||||
import { listSchedulePost } from '@/os.js';
|
||||
|
||||
const modal = inject('modal');
|
||||
let gamingType = computed(defaultStore.makeGetterSetter('gamingType'));
|
||||
|
@ -406,7 +408,9 @@ function addMissingMention() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
function insertRuby() {
|
||||
insertTextAtCursor(textareaEl.value, '$[ruby 本文 上につくやつ]');
|
||||
}
|
||||
function togglePoll() {
|
||||
if (poll.value) {
|
||||
poll.value = null;
|
||||
|
|
Loading…
Reference in a new issue