UNPKG

slate-edit-code

Version:

A Slate plugin to handle code blocks editing.

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