UNPKG

slate-edit-code

Version:

A Slate plugin to handle code blocks editing.

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