mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-16 17:09:25 +01:00
fix: do not prevent Tab behaviour in NumericComponent
This commit is contained in:
@@ -143,6 +143,7 @@ export const NumberComponent = React.memo((props: NumberComponentProps) => {
|
||||
key === 'F1' ||
|
||||
key === 'F5' ||
|
||||
key === 'F12' ||
|
||||
key === 'Tab' ||
|
||||
key === 'ArrowRight' ||
|
||||
key === 'ArrowLeft'
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user