Skip to content

Commit 1c06d31

Browse files
committed
refactor: 精简代码
1 parent f670dcb commit 1c06d31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ export function init(id) {
123123
if (el.classList.contains('is-draggable-center')) {
124124
const check = () => {
125125
if (el.offsetWidth > 0) {
126-
clearInterval(dialog.handler);
127-
delete dialog.handler;
128-
129126
update(el);
130127
}
131128
else {

0 commit comments

Comments
 (0)