Skip to content

Commit 26de25c

Browse files
committed
Refresh時にアイテムを再取得
1 parent 17eccfa commit 26de25c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/explorers/qiitaItems.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ class QiitaItemsProvider implements TreeDataProvider<QiitaItem|ExpandItems> {
6363
/**
6464
* ツリーデータを更新
6565
*/
66-
public refresh () {
66+
public async refresh () {
67+
await itemsStore.refreshItems();
6768
this._onDidChangeTreeData.fire();
6869
}
6970

0 commit comments

Comments
 (0)