mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
chat: default value for OverlaySigil visbility
This commit is contained in:
parent
aa8e623dd4
commit
ff6b6b8619
@ -15,7 +15,7 @@ type OverlaySigilProps = ColProps & {
|
||||
};
|
||||
|
||||
interface OverlaySigilState {
|
||||
visible: boolean;
|
||||
visible: boolean | false;
|
||||
space: {
|
||||
top: number | 'auto';
|
||||
bottom: number | 'auto';
|
||||
|
Loading…
Reference in New Issue
Block a user