| 1 | import { memo, useEffect, useMemo, useRef, useState, type RefObject } from "react"; |
| 2 | import { useMountEffect } from "../../hooks/useMountEffect"; |
| 3 | import { type DomEditSelection } from "./domEditing"; |
| 4 | import { useMarqueeGestures } from "./marqueeCommit"; |
nothing calls this directly
no test coverage detected