Skip to content
Snippets Groups Projects
Commit 9c5efb28 authored by chris's avatar chris
Browse files

fix mismatch transaction

parent a34a4baf
No related branches found
No related tags found
1 merge request!190Find and replace
......@@ -56,6 +56,7 @@ const backSpaceShortCut = (state, dispatch, view) => {
tr => dispatch(tr.setMeta('inputType', 'backwardsDelete')),
view,
);
return true;
};
const undoShortCut = (state, dispatch, view) =>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment