Fixed #3945 - SpeedDial: Mask and SpeedDial itself prevent pointer events and speedDial does not close using item slot

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-12 14:01:41 +03:00
parent e1af6c210a
commit 45320f0856
2 changed files with 5 additions and 1 deletions

View file

@ -244,6 +244,10 @@ export interface SpeedDialSlots {
* @type {MenuItem}
*/
item: MenuItem;
/**
* ıtem click function
*/
onClick: void;
}): VNode[];
/**
* Custom button template.