mce
    Preparing search index...

    Interface PointerDownOptions

    interface PointerDownOptions {
        allowTopFrame?: boolean;
        noEnter?: boolean;
    }
    Index
    allowTopFrame?: boolean
    noEnter?: boolean

    跳过双击进入内容编辑(如从节点标题转发的指针,只想拖拽/选中,不进元素文字编辑)。