greatly simplify and improve type inferencing - suggestions broken
This commit is contained in:
parent
c3f7cea310
commit
c5c5def598
12 changed files with 1022 additions and 694 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { initialEditorState } from "./configurations";
|
||||
import { removeFocus } from "./eval";
|
||||
// import { removeFocus } from "./eval";
|
||||
|
||||
const removeFocus = state => state;
|
||||
|
||||
export const actionShortcuts: [string, string[], string][] = [
|
||||
["call" , ['c'], "expr ⌴" ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue