File size: 114 Bytes
bc20498 |
1 2 3 4 5 6 |
export const toolbarEvents = {
button: ['keydown'],
link: ['keydown'],
item: ['click', 'keydown'],
};
|
bc20498 |
1 2 3 4 5 6 |
export const toolbarEvents = {
button: ['keydown'],
link: ['keydown'],
item: ['click', 'keydown'],
};
|