tp-ckeditor

3.2.13-alpha.3 • Public • Published

tp-CKeditor

CKEditor build for targetprocess

This CKeditor build has patch that disable auto inline CKEditor.

CKEDITOR.disableAutoInline=true;

This build has reverted context menu patch. Native browser menu open with Rightclik, CKEditor's menu with Ctrl/CMD + Rightclick

BEFORE a.on("contextmenu",function(a){a=a.data;var b=CKEDITOR.env.webkit?d:CKEDITOR.env.mac?a.$.metaKey:a.$.ctrlKey;if(!f||!b)if(a.preventDefault()

AFTER a.on("contextmenu",function(a){a=a.data;var b=CKEDITOR.env.webkit?d:CKEDITOR.env.mac?a.$.metaKey:a.$.ctrlKey;if(!f||b)if(a.preventDefault()

/tp-ckeditor/

    Package Sidebar

    Install

    npm i tp-ckeditor

    Weekly Downloads

    30

    Version

    3.2.13-alpha.3

    License

    MIT

    Unpacked Size

    6.1 MB

    Total Files

    952

    Last publish

    Collaborators

    • mavrin
    • targetprocess-user