mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +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/;
|
unorderedListRE = /[*+-]\s/;
|
||||||
|
|
||||||
CodeMirror.commands.boostNewLineAndIndentContinueMarkdownList = function(cm) {
|
CodeMirror.commands.boostNewLineAndIndentContinueMarkdownList = function(cm) {
|
||||||
console.log('success');
|
|
||||||
if (cm.getOption("disableInput")) return CodeMirror.Pass;
|
if (cm.getOption("disableInput")) return CodeMirror.Pass;
|
||||||
var ranges = cm.listSelections(), replacements = [];
|
var ranges = cm.listSelections(), replacements = [];
|
||||||
for (var i = 0; i < ranges.length; i++) {
|
for (var i = 0; i < ranges.length; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user