fixed: keep focus on filter to display list even when at end of note

This commit is contained in:
quenousimporte 2023-02-02 12:10:47 +01:00
parent 624b3dde79
commit e6d36b1fdc
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ function showtemporaryinfo(data, title)
{
filter.placeholder = "Search...";
});
md.focus();
//md.focus();
}
function getwords()