Fix Help tab search box appearance

This commit is contained in:
Nick O'Leary 2020-06-05 17:14:25 +01:00
parent d14d4944a0
commit 95f7b9205a
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ RED.sidebar.help = (function() {
panels.ratio(0.3);
helpSearch = $('<input type="text" data-i18n="[placeholder]sidebar.help.search">').appendTo(toolbar).searchBox({
style: "compact",
delay: 100,
change: function() {
var val = $(this).val().toLowerCase();