Merge pull request #1294 from OptimusTi/OSD-Tab-bug

Enter Keypress trigger bug
pull/1269/head
Paweł Spychalski 3 years ago committed by GitHub
commit 0c49b5576f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2527,13 +2527,6 @@ TABS.osd.initialize = function (callback) {
});
});
$(document).keypress(function (e) {
if (e.which == 13) { // enter
// Trigger regular Flashing sequence
$('a.flash_font').click();
}
});
$('.update_preview').on('change', function () {
if (OSD.data) {
// Force an OSD redraw by saving any element

Loading…
Cancel
Save