Skip to content

0.16.9

Compare
Choose a tag to compare
@b4rtaz b4rtaz released this 11 Oct 22:02
· 56 commits to main since this release
1435fca

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,
  // ...
};