mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 00:01:42 +03:00
57cd8afbc4
When moving through the autocomplete selection list distinguish between the following cases: 1) When there is no autocomplete window open, only open one and select the first item when the CompleteOrPrevSelection / CompleteOrNextSelection actions are emitted (e.g. by pressing SHIFT + TAB, TAB) 2) Otherwise navigate through the selection list (e.g. SHIFT + TAB, TAB, UP, DOWN) - Remove references to raw keyboard events in autocomplete.ts - Clarify the purpose of startSelection (previously onTab) Signed-off-by: Clemens Zeidler <clemens.zeidler@gmail.com> |
||
---|---|---|
.. | ||
autocomplete.ts | ||
caret.ts | ||
deserialize.ts | ||
diff.ts | ||
dom.ts | ||
history.ts | ||
model.ts | ||
offset.ts | ||
operations.ts | ||
parts.ts | ||
position.ts | ||
range.ts | ||
render.ts | ||
serialize.ts |