Fix e.toggleComment being undefined in CM sublime keymap (#4662)

* Create comment.js

* Update tiddlywiki.files
This commit is contained in:
Simon Huber
2020-06-11 12:45:47 +02:00
committed by GitHub
parent e59f606566
commit cbff2fb692
2 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,13 @@
"title": "$:/plugins/tiddlywiki/codemirror/keymap/sublime.js",
"module-type": "codemirror"
}
},{
"file": "addons/comment/comment.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/codemirror/addons/comment/comment.js",
"module-type": "codemirror"
}
}
]
}