Skip to content
Code-Schnipsel Gruppen Projekte
Commit e2248206 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'dev'

Übergeordnete 5eb6c8cd 1d515a60
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
1 Merge Request!63Update 'next-2.x' with latest changes from 'main'
......@@ -896,10 +896,10 @@ define('qui/controls/buttons/Select', [
return;
}
// we need a delay, becaus between the blur and the focus, the activeElement is body
// we need a delay, because between the blur and the focus, the activeElement is body
(function () {
// workaround for quiqqer/qui#35
if (typeof event.stop === 'undefined') {
if (typeof event === 'undefined' || typeof event.stop === 'undefined') {
event = {
stop: function () {
}
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren