fix(options): expand-all widens money filter so more strikes show
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2219,6 +2219,11 @@
|
||||
if (expandAllCb) {
|
||||
expandAllCb.addEventListener("change", function () {
|
||||
state.strikeExpandAll = !!expandAllCb.checked;
|
||||
// 实值/虚值筛选下档位本来就少,展开几乎不变;勾选时切回「全部」才有意义
|
||||
if (state.strikeExpandAll && state.moneyFilter !== "all") {
|
||||
state.moneyFilter = "all";
|
||||
syncMoneyFilterButtons();
|
||||
}
|
||||
renderStrikes();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user