提交 30bb47f4 编写于 作者: R rebornix

💄

上级 e14ad03d
......@@ -1298,7 +1298,8 @@ registerAction2(class InsertMarkdownCellAboveAction extends InsertCellCommand {
}
},
CellKind.Markup,
'above');
'above',
true);
}
});
......@@ -1314,7 +1315,8 @@ registerAction2(class InsertMarkdownCellBelowAction extends InsertCellCommand {
}
},
CellKind.Markup,
'below');
'below',
true);
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册