mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 22:31:31 +01:00
React 19
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,11 @@ export type HandlersType = {
|
||||
handleClick: HandlerType;
|
||||
handlePointerDown: HandlerType;
|
||||
};
|
||||
export type ContainerElementType = Node | RefObject<Node> | null | undefined;
|
||||
export type ContainerElementType =
|
||||
| Node
|
||||
| RefObject<Node | null>
|
||||
| null
|
||||
| undefined;
|
||||
|
||||
// TODO(indutny): DESKTOP-4177
|
||||
// A stack of handlers. Handlers are executed from the top to the bottom
|
||||
|
||||
Reference in New Issue
Block a user