Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Jul 9, 2024
1 parent 91343d6 commit 65c45a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

import type { DocumentDataModel, ITextRange, Nullable } from '@univerjs/core';
import { IUniverInstanceService, RxDisposable } from '@univerjs/core';
import { Disposable, IUniverInstanceService } from '@univerjs/core';
import { DocSkeletonManagerService, getDocObject, TextSelectionManagerService, VIEWPORT_KEY } from '@univerjs/docs';
import type { INodePosition, IRenderContext, IRenderModule } from '@univerjs/engine-render';
import { getAnchorBounding, IRenderManagerService, NodePositionConvertToCursor } from '@univerjs/engine-render';
Expand All @@ -25,7 +25,7 @@ import { takeUntil } from 'rxjs';

const ANCHOR_WIDTH = 1.5;

export class DocBackScrollRenderController extends RxDisposable implements IRenderModule {
export class DocBackScrollRenderController extends Disposable implements IRenderModule {
constructor(
private readonly _context: IRenderContext<DocumentDataModel>,
@Inject(TextSelectionManagerService) private readonly _textSelectionManagerService: TextSelectionManagerService,
Expand Down

0 comments on commit 65c45a4

Please sign in to comment.