Home
last modified time | relevance | path

Searched refs:prevTextY (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts56 private prevTextY: number = 0; property in SpWebHdcShell
381 this.prevTextY = this.shellDiv!.scrollTop + this.shellDiv!.clientHeight - 3;
382 if (scroller && this.textY > this.shellDiv!.clientHeight && this.textY > this.prevTextY) {