mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-11 07:47:12 +02: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