mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Fix JS error on Ctrl+click in select
This commit is contained in:
@@ -186,6 +186,9 @@ function tableClick(event, click) {
|
|||||||
click = false;
|
click = false;
|
||||||
}
|
}
|
||||||
el = el.parentNode;
|
el = el.parentNode;
|
||||||
|
if (!el) { // Ctrl+click on text fields hides the element
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
el = el.firstChild.firstChild;
|
el = el.firstChild.firstChild;
|
||||||
if (click) {
|
if (click) {
|
||||||
|
Reference in New Issue
Block a user