diff options
Diffstat (limited to 'ext/fg/js/client.js')
-rw-r--r-- | ext/fg/js/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/client.js b/ext/fg/js/client.js index 46e4683e..67400f34 100644 --- a/ext/fg/js/client.js +++ b/ext/fg/js/client.js @@ -108,7 +108,7 @@ class Client { return; } - if (this.lastTextSource !== null && this.lastTextSource.compareOrigin(textSource) === 0) { + if (this.lastTextSource !== null && this.lastTextSource.equals(textSource)) { return; } |