Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit a207bb4

Browse files
author
icymind
committed
refresh modal's position after nextTick
1 parent b48ce53 commit a207bb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/renderer/components/Manage.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ export default {
371371
showErrorModal: function (error) {
372372
this.activeLoader = false
373373
this.error = error
374+
this.$nextTick(() => {
375+
$('.ui.modal').modal('refresh')
376+
})
374377
}
375378
},
376379
mounted: function () {

0 commit comments

Comments
 (0)