diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 46d3bc5d82..3ff697f82e 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -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) {