1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Mobile: Improve tag screen usability to allow add or remove tag with a single press, when the keyboard is open (#12954)

This commit is contained in:
mrjo118
2025-08-20 07:33:31 +01:00
committed by GitHub
parent 0f13bf9d51
commit a414241541
3 changed files with 9 additions and 7 deletions

View File

@@ -540,6 +540,7 @@ const ComboBox: React.FC<Props> = ({
};
const activeId = `${baseId}-${selectedIndex}`;
const searchResults = <NestableFlatList
keyboardShouldPersistTaps="handled"
ref={listRef}
data={results}
{...searchResultProps}