Fix minor UI issues with composer
This commit is contained in:
parent
3b2000a0ba
commit
4b8cb9f040
16 changed files with 172 additions and 114 deletions
|
@ -188,7 +188,6 @@ export function ContextMenu<T>({
|
|||
}
|
||||
};
|
||||
|
||||
// We use regular MouseEvent below, and this one uses React.MouseEvent
|
||||
const handleClick = (ev: KeyboardEvent | React.MouseEvent) => {
|
||||
setMenuShowing(true);
|
||||
ev.stopPropagation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue