提交 3a69df33 编写于 作者: R Rob Lourens

Fix #31953 - Ensure a newly added item is always the most recent one in the order

上级 3a16582f
......@@ -22,6 +22,7 @@ export class HistoryNavigator<T> implements INavigator<T> {
}
public add(t: T) {
this._history.delete(t);
this._history.add(t);
this._onChange();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册