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 1f6a3b7 commit 114b364Copy full SHA for 114b364
lib/js/src/manager/screen/utils/AlertView.js
@@ -242,8 +242,6 @@ class AlertView {
242
getTimeout () {
243
if (this._timeout === AlertView._TIMEOUT_DEFAULT) {
244
this._timeout = this.getDefaultTimeout();
245
- } else if (this._timeout === AlertView._DEFAULT_TIMEOUT) {
246
- return AlertView._DEFAULT_TIMEOUT;
247
} else if (this._timeout < AlertView._TIMEOUT_MIN) {
248
return AlertView._TIMEOUT_MIN;
249
} else if (this._timeout > AlertView._TIMEOUT_MAX) {
0 commit comments