We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c08e72 commit e1c2bd8Copy full SHA for e1c2bd8
src/BootstrapBlazor/wwwroot/modules/fullscreen.js
@@ -6,7 +6,7 @@ export async function toggle(options) {
6
if (options.id) {
7
el = document.getElementById(options.id);
8
}
9
- else if (options.element && isElement(options.element)) {
+ else if (isElement(options.element)) {
10
el = options.element;
11
12
else {
0 commit comments