mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
@@ -30,7 +30,6 @@ export class ScrollManager {
|
|||||||
|
|
||||||
constructor(editor: BlockEditor) {
|
constructor(editor: BlockEditor) {
|
||||||
this._editor = editor;
|
this._editor = editor;
|
||||||
(window as any).scrollManager = this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private _updateScrollInfo(left: number, top: number) {
|
private _updateScrollInfo(left: number, top: number) {
|
||||||
@@ -111,6 +110,7 @@ export class ScrollManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public emitScrollEvent(event: UIEvent) {
|
public emitScrollEvent(event: UIEvent) {
|
||||||
|
this.scrollContainer = event.target as HTMLElement;
|
||||||
this._scrollDirection = this._getScrollDirection();
|
this._scrollDirection = this._getScrollDirection();
|
||||||
this._scrollMoveOffset = Math.abs(
|
this._scrollMoveOffset = Math.abs(
|
||||||
this.scrollContainer.scrollTop - this._scrollRecord[0]
|
this.scrollContainer.scrollTop - this._scrollRecord[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user