mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12539] Prevent cursor repositioning
PHPBB3-12539
This commit is contained in:
parent
ade88f020e
commit
9cb1119d1e
1 changed files with 3 additions and 0 deletions
|
@ -793,6 +793,9 @@ phpbb.search.navigateResults = function($input, $container, $resultContainer) {
|
||||||
|
|
||||||
$active.removeClass('active');
|
$active.removeClass('active');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Do not change cursor position in the input element
|
||||||
|
event.preventDefault();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue