Skip to content

Commit

Permalink
Update @codemirror/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
pankgeorg committed Dec 22, 2021
1 parent 7b9dd37 commit 0758b62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/index.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -7333,7 +7333,7 @@ class ContentBuilder {
return true;
if (value.block)
throw new RangeError("Block decorations may not be specified via plugins");
return to < this.doc.lineAt(this.pos).to;
return to <= this.doc.lineAt(this.pos).to;
}
static build(text, from, to, decorations, pluginDecorationLength) {
let builder = new ContentBuilder(text, from, to, pluginDecorationLength);
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-pluto-setup",
"version": "0.19.5",
"version": "0.19.6",
"description": "Example configuration for the CodeMirror code editor - as used by Pluto.jl",
"scripts": {
"bundle": "rollup -c"
Expand Down

0 comments on commit 0758b62

Please sign in to comment.