mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
delete log.
This commit is contained in:
1
node_modules/boost/boostNewLineIndentContinueMarkdownList.js
generated
vendored
1
node_modules/boost/boostNewLineIndentContinueMarkdownList.js
generated
vendored
@@ -13,7 +13,6 @@
|
||||
unorderedListRE = /[*+-]\s/;
|
||||
|
||||
CodeMirror.commands.boostNewLineAndIndentContinueMarkdownList = function(cm) {
|
||||
console.log('success');
|
||||
if (cm.getOption("disableInput")) return CodeMirror.Pass;
|
||||
var ranges = cm.listSelections(), replacements = [];
|
||||
for (var i = 0; i < ranges.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user