We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c269f6f commit a74d021Copy full SHA for a74d021
js/spacesService.js
@@ -584,9 +584,9 @@ var spacesService = {
584
// eslint-disable-next-line no-param-reassign
585
session.history = tabBeingRemoved.concat(session.history);
586
587
- // trim history for this spae down to last 50 items
+ // trim history for this space down to last 200 items
588
589
- session.history = session.history.slice(0, 50);
+ session.history = session.history.slice(0, 200);
590
591
return session;
592
},
0 commit comments