wip
This commit is contained in:
@@ -102,6 +102,11 @@
|
||||
checkActiveTraining();
|
||||
}
|
||||
|
||||
// Check for active inference session (resume PnL and position state after page reload)
|
||||
if (typeof checkActiveInference === 'function') {
|
||||
checkActiveInference();
|
||||
}
|
||||
|
||||
// Keyboard shortcuts for chart maximization
|
||||
document.addEventListener('keydown', function(e) {
|
||||
// ESC key to exit maximized mode
|
||||
|
||||
Reference in New Issue
Block a user