0.16.9
This version adds a possibility to disable keyboard shortcuts. Additionally you may filter keyboard events handled by the designer.
// Disabled shortcuts
const configuration = {
keyboard: false,
// ...
};
This version adds a possibility to disable keyboard shortcuts. Additionally you may filter keyboard events handled by the designer.
// Disabled shortcuts
const configuration = {
keyboard: false,
// ...
};