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 ce8d633 commit d74c157Copy full SHA for d74c157
Heap/js/View.js
@@ -113,7 +113,7 @@ var View = /** @class */ (function () {
113
}
114
};
115
View.prototype.setSlow = function () {
116
- manager.delayTime = 1500;
+ manager.delayTime = 1800;
117
this.restartManager();
118
119
View.prototype.setMedium = function () {
Heap/js/View.ts
@@ -131,7 +131,7 @@ class View {
131
132
133
setSlow() {
134
135
136
137
0 commit comments