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