Skip to content

Commit eea5c08

Browse files
committed
Remove dangling CodeMirrorBase code
1 parent 4660503 commit eea5c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

re_pages/Playground.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ module ControlPanel = {
13851385
};
13861386

13871387
let locMsgToCmError =
1388-
(~kind: CodeMirrorBase.Error.kind, locMsg: Api.LocMsg.t)
1388+
(~kind: CodeMirror2.Error.kind, locMsg: Api.LocMsg.t)
13891389
: CodeMirror2.Error.t => {
13901390
let {Api.LocMsg.row, column, endColumn, endRow, shortMsg} = locMsg;
13911391
{CodeMirror2.Error.row, column, endColumn, endRow, text: shortMsg, kind};

0 commit comments

Comments
 (0)