Skip to content

Commit

Permalink
fix: can't load plugin online on the first open
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Dec 16, 2023
1 parent 5c22a3e commit 18f48c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/managers/PluginAddDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function removePlugin(item: Pick<PackageDisk, "name" | "id">) {
})
}

watch(
watchImmediate(
() => props.modelValue,
(modelValue) => {
if (!modelValue) {
Expand Down

0 comments on commit 18f48c8

Please sign in to comment.