mirror of
https://github.com/vrana/adminer.git
synced 2025-08-22 14:12:51 +02:00
Unhighlight default button after canceling inline edit
This commit is contained in:
@@ -485,6 +485,7 @@ function selectClick(td, event, text, warning) {
|
||||
event = window.event;
|
||||
}
|
||||
if (event.keyCode == 27 && !event.shiftKey && !event.altKey && !isCtrl(event)) { // 27 - Esc
|
||||
inputBlur.apply(input);
|
||||
td.innerHTML = original;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user