Socket
Socket
Sign inDemoInstall

tiptap-extension-global-drag-handle

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiptap-extension-global-drag-handle - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

dist/index.js

@@ -152,3 +152,6 @@ import { Extension } from '@tiptap/core';

});
if (!(node instanceof Element) || node.matches('ul, ol')) {
const notDragging = node?.closest('.not-draggable');
if (!(node instanceof Element) ||
node.matches('ul, ol') ||
notDragging) {
hideDragHandle();

@@ -155,0 +158,0 @@ return;

@@ -153,3 +153,6 @@ (function (global, factory) {

});
if (!(node instanceof Element) || node.matches('ul, ol')) {
const notDragging = node?.closest('.not-draggable');
if (!(node instanceof Element) ||
node.matches('ul, ol') ||
notDragging) {
hideDragHandle();

@@ -156,0 +159,0 @@ return;

2

package.json
{
"name": "tiptap-extension-global-drag-handle",
"description": "drag handle extension for tiptap",
"version": "0.1.6",
"version": "0.1.7",
"author": {

@@ -6,0 +6,0 @@ "name": "Niclas Gregor",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc