mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
prevent click propagation on detached queue button (#1762)
This commit is contained in:
@@ -12,7 +12,7 @@ import { ItemListKey } from '/@/shared/types/types';
|
||||
|
||||
interface PopoverPlayQueueProps {
|
||||
onClose?: () => void;
|
||||
onToggle?: () => void;
|
||||
onToggle?: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
||||
opened?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user