| 1 | import { deleteNearSelection } from "./deleteNearSelection.js" |
| 2 | import { commands } from "./commands.js" |
| 3 | import { attachDoc } from "../model/document_data.js" |
| 4 | import { activeElt, addClass, rmClass } from "../util/dom.js" |
nothing calls this directly
no test coverage detected