mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Properly mark reference search index as empty when setting internal list
If it didn't get marked otherwise Caused by I56909801 Bug: 70611 Change-Id: I81bca8f471c6685e48a7d3768f473a6faf5d8459
This commit is contained in:
parent
1a94fa8320
commit
674f64dbaf
|
@ -108,6 +108,7 @@ ve.ui.MWReferenceSearchWidget.prototype.setInternalList = function ( internalLis
|
|||
return;
|
||||
}
|
||||
}
|
||||
this.indexEmpty = true;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue