PHP 8.2.30
Preview: index.cjs Size: 810 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@tiptap/extension-dropcursor/dist/index.cjs

'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

var core = require('@tiptap/core');
var dropcursor = require('@tiptap/pm/dropcursor');

/**
 * This extension allows you to add a drop cursor to your editor.
 * A drop cursor is a line that appears when you drag and drop content
 * inbetween nodes.
 * @see https://tiptap.dev/api/extensions/dropcursor
 */
const Dropcursor = core.Extension.create({
    name: 'dropCursor',
    addOptions() {
        return {
            color: 'currentColor',
            width: 1,
            class: undefined,
        };
    },
    addProseMirrorPlugins() {
        return [
            dropcursor.dropCursor(this.options),
        ];
    },
});

exports.Dropcursor = Dropcursor;
exports.default = Dropcursor;
//# sourceMappingURL=index.cjs.map

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
799 B lrw-r--r-- 2026-02-28 00:28:00
Edit Download
376 B lrw-r--r-- 2026-02-28 00:27:14
Edit Download
810 B lrw-r--r-- 2026-02-28 00:26:34
Edit Download
1.44 KB lrw-r--r-- 2026-02-28 00:27:26
Edit Download
141 B lrw-r--r-- 2026-02-28 00:28:08
Edit Download
189 B lrw-r--r-- 2026-02-28 00:27:32
Edit Download
704 B lrw-r--r-- 2026-02-28 00:26:44
Edit Download
1.41 KB lrw-r--r-- 2026-02-28 00:27:38
Edit Download
1.25 KB lrw-r--r-- 2026-02-28 00:26:54
Edit Download
1.45 KB lrw-r--r-- 2026-02-28 00:27:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).