summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/deck/tl-column.vue
diff options
context:
space:
mode:
authoranatawa12 <anatawa12@icloud.com>2025-12-12 12:53:59 +0900
committerGitHub <noreply@github.com>2025-12-12 12:53:59 +0900
commit78435dc8d4a2c76798431a1383cee97f9e28ec0f (patch)
treeefd9eb9df085a3dd1380ad31859fb67b0647585a /packages/frontend/src/ui/deck/tl-column.vue
parentfix: remove unused dependencies (#16969) (diff)
downloadmisskey-78435dc8d4a2c76798431a1383cee97f9e28ec0f.tar.gz
misskey-78435dc8d4a2c76798431a1383cee97f9e28ec0f.tar.bz2
misskey-78435dc8d4a2c76798431a1383cee97f9e28ec0f.zip
Fix: deckのタイムラインセレクタのデフォルトの値が現在のタイムラインではない問題 (#16008)
* fix: os.selectの型定義の上で default が文字列である問題を修正 * fix: deckのタイムライン選択画面で今指定されているタイムラインがデフォルトで選択されない問題 * fix lint * fix: type error
Diffstat (limited to 'packages/frontend/src/ui/deck/tl-column.vue')
-rw-r--r--packages/frontend/src/ui/deck/tl-column.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/ui/deck/tl-column.vue b/packages/frontend/src/ui/deck/tl-column.vue
index afaa08e6d0..0e59913c4c 100644
--- a/packages/frontend/src/ui/deck/tl-column.vue
+++ b/packages/frontend/src/ui/deck/tl-column.vue
@@ -104,6 +104,7 @@ async function setType() {
}, {
value: 'global', label: i18n.ts._timelines.global,
}],
+ default: props.column.tl,
});
if (canceled) {
if (props.column.tl == null) {