UNPKG

slate-edit-code

Version:

A Slate plugin to handle code blocks editing.

6 lines (4 loc) 151 B
import simulateKey from '../simulate-key'; export default function(plugin, change) { return plugin.onKeyDown(simulateKey('mod+a'), change, {}); }