Optimize minmap extension completed

This commit is contained in:
2025-12-11 23:59:06 +08:00
parent 7e9fc0ac3f
commit 4e611db349
12 changed files with 1104 additions and 1099 deletions

View File

@@ -8,7 +8,7 @@ import {
import { LineBasedState } from "./linebasedstate";
import { DrawContext } from "./types";
import { Lines, LinesState, foldsChanged } from "./linesState";
import { LinesState, foldsChanged } from "./linesState";
import { Config, Scale } from "./config";
import { lineLength, lineNumberAt, offsetWithinLine } from "./lineGeometry";