1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/12539] Prevent cursor repositioning

PHPBB3-12539
This commit is contained in:
mrgoldy 2019-10-28 20:29:51 +01:00
parent ade88f020e
commit 9cb1119d1e

View File

@ -793,6 +793,9 @@ phpbb.search.navigateResults = function($input, $container, $resultContainer) {
$active.removeClass('active');
}
// Do not change cursor position in the input element
event.preventDefault();
break;
}
});