@visactor/vtable
Version:
canvas table width high performance
11 lines (8 loc) • 350 B
JavaScript
import { updateCell } from "./update-cell";
export function clearSingleHover(scenegraph, col, row, selectRanges, selectMode) {
return updateCell(scenegraph, col, row), !0;
}
export function updateSingleHover(scenegraph, col, row, selectRanges, selectMode) {
return updateCell(scenegraph, col, row), !0;
}
//# sourceMappingURL=single.js.map