From 47d8d86bbe224ecfc4a5bc1aaf87ff4ea6e108c9 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 4 Sep 2019 16:40:23 +0200 Subject: [PATCH] whitespace (in model) --- src/editor/model.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/editor/model.js b/src/editor/model.js index 75ab1d7706..34a796f733 100644 --- a/src/editor/model.js +++ b/src/editor/model.js @@ -388,7 +388,6 @@ export default class EditorModel { currentOffset += partLen; return false; }); - return new DocumentPosition(index, totalOffset - currentOffset); }