mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Enhance super tab
This commit is contained in:
@@ -781,6 +781,7 @@ export function CompositionInput(props: Props): React.ReactElement {
|
||||
{({ ref }) => (
|
||||
<div
|
||||
className={getClassName('__input')}
|
||||
data-supertab
|
||||
ref={ref}
|
||||
data-testid="CompositionInput"
|
||||
data-enabled={disabled ? 'false' : 'true'}
|
||||
|
||||
Reference in New Issue
Block a user