Skip to content
Snippets Groups Projects
Commit 8d797495 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[show-hint addon] Ignore hint updates that start at a different place from original list

parent 50aba203
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@
},
finishUpdate: function(data, first) {
if (data && this.data && CodeMirror.cmpPos(data.from, this.data.from)) data = null;
this.data = data;
var picked = (this.widget && this.widget.picked) || (first && this.options.completeSingle);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment