mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix(frontend): リセットボタンでCWがリセットされない問題を修正 (#16820)
* fix(frontend): リセットボタンでCWがリセットされない問題を修正 * update changelog
This commit is contained in:
@@ -712,6 +712,7 @@ function removeVisibleUser(user) {
|
||||
|
||||
function clear() {
|
||||
text.value = '';
|
||||
cw.value = null;
|
||||
files.value = [];
|
||||
poll.value = null;
|
||||
quoteId.value = null;
|
||||
|
||||
Reference in New Issue
Block a user