Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-01-24 15:01:11 +01:00
parent be6a60526b
commit 314b72be82
1 changed files with 0 additions and 1 deletions

View File

@ -1102,7 +1102,6 @@ module.exports = (_ => {
let app = document.querySelector(BDFDB.dotCN.app) || document.body;
if (!app) return;
let id = BDFDB.NumberUtils.generateId(Toasts);
let orientation = ToastOrientations[config.orientation] || ToastOrientations.left;
let orientation = ToastOrientations[config.orientation] || "";
let toasts = document.querySelector(BDFDB.dotCN.toasts + (orientation ? BDFDB.dotCN[orientation] : ""));
if (!toasts) {