Skip to content

Commit a81a345

Browse files
committed
Merge branch 'main' into refactor-modal
# Conflicts: # src/BootstrapBlazor/Components/Modal/Modal.razor.js
2 parents 61536c2 + 1381afe commit a81a345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/Modal/Modal.razor.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export function init(id, invoke, shownCallback, closeCallback) {
1212
if (modal) {
1313
modal.hide();
1414
}
15-
}
15+
},
16+
originalStyle: null
1617
}
1718
Data.set(id, modal)
1819

0 commit comments

Comments
 (0)