fix(th_14_panels): 修复颜色弹窗确认时 recentGrid 引用异常

This commit is contained in:
Hermes
2026-04-20 21:46:14 +08:00
parent 9a0b618409
commit 256a8f716b

View File

@@ -4338,7 +4338,6 @@ FloatBallAppWM.prototype.showColorPickerPopup = function(opts) {
}
recentColors = next;
saveRecentColors();
refreshRecentGrid();
}
var selectedColor = currentColor;