Skip to content

Commit 120a2aa

Browse files
committed
feat(Notify): improve detection of empty content - center media if no message or caption is present quasarframework#10551 (quasarframework#11616)
1 parent a16e707 commit 120a2aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/plugins/Notify.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import { noop } from '../utils/event.js'
99
import { getBodyFullscreenElement } from '../utils/dom.js'
1010
import { isSSR } from './Platform.js'
1111

12-
const reEmpty = /^\s*$/
13-
1412
let uid = 0
1513
const defaults = {}
1614

0 commit comments

Comments
 (0)