More minor fixes
This commit is contained in:
parent
15e3c7497c
commit
135136a3f1
2 changed files with 2 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ import { PageElement } from '../page-element';
|
|||
import { generate } from './up-arrow-button.html';
|
||||
|
||||
export class UpArrowButton extends PageElement {
|
||||
private static readonly defaultTimeToLive = 2000;
|
||||
private static readonly defaultTimeToLive = 3500;
|
||||
private static readonly interval = 50;
|
||||
private timeToLive = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue