feat: instance embed SSE live push and lighter tab revisit
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -473,9 +473,6 @@
|
||||
renderExpiries();
|
||||
renderStrikes();
|
||||
refreshAllPositions();
|
||||
requestAnimationFrame(function () {
|
||||
loadChain();
|
||||
});
|
||||
return;
|
||||
}
|
||||
requestAnimationFrame(function () {
|
||||
@@ -523,4 +520,11 @@
|
||||
});
|
||||
|
||||
bootOptionsPanel();
|
||||
|
||||
window.OptionsPanelLive = {
|
||||
refreshSoft: function () {
|
||||
refreshAllPositions();
|
||||
},
|
||||
refreshChain: loadChain,
|
||||
};
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user