Skip to content

Commit e1c2bd8

Browse files
committed
refactor: 精简代码
1 parent 5c08e72 commit e1c2bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/wwwroot/modules/fullscreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function toggle(options) {
66
if (options.id) {
77
el = document.getElementById(options.id);
88
}
9-
else if (options.element && isElement(options.element)) {
9+
else if (isElement(options.element)) {
1010
el = options.element;
1111
}
1212
else {

0 commit comments

Comments
 (0)