mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Enables ContextIsolation
This commit is contained in:
@@ -668,7 +668,11 @@ export function CompositionInput(props: Props): React.ReactElement {
|
||||
<Manager>
|
||||
<Reference>
|
||||
{({ ref }) => (
|
||||
<div className={getClassName('__input')} ref={ref}>
|
||||
<div
|
||||
className={getClassName('__input')}
|
||||
ref={ref}
|
||||
data-testid="CompositionInput"
|
||||
>
|
||||
{children}
|
||||
<div
|
||||
ref={
|
||||
|
||||
Reference in New Issue
Block a user