@liveblocks/react-tiptap
Advanced tools
Comparing version 2.16.0-toolbars4 to 2.16.0-toolbars5
@@ -212,8 +212,8 @@ 'use strict'; | ||
editor.view.dom.addEventListener("pointerdown", handlePointerDown2); | ||
editor.view.dom.addEventListener("pointercancel", handlePointerUp); | ||
editor.view.dom.addEventListener("pointerup", handlePointerUp); | ||
document.addEventListener("pointercancel", handlePointerUp); | ||
document.addEventListener("pointerup", handlePointerUp); | ||
return () => { | ||
editor.view.dom.removeEventListener("pointerdown", handlePointerDown2); | ||
editor.view.dom.removeEventListener("pointercancel", handlePointerUp); | ||
editor.view.dom.removeEventListener("pointerup", handlePointerUp); | ||
document.removeEventListener("pointercancel", handlePointerUp); | ||
document.removeEventListener("pointerup", handlePointerUp); | ||
}; | ||
@@ -220,0 +220,0 @@ }, [editor]); |
'use strict'; | ||
const PKG_NAME = "@liveblocks/react-tiptap"; | ||
const PKG_VERSION = typeof "2.16.0-toolbars4" === "string" && "2.16.0-toolbars4"; | ||
const PKG_VERSION = typeof "2.16.0-toolbars5" === "string" && "2.16.0-toolbars5"; | ||
const PKG_FORMAT = typeof "cjs" === "string" && "cjs"; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@liveblocks/react-tiptap", | ||
"version": "2.16.0-toolbars4", | ||
"version": "2.16.0-toolbars5", | ||
"description": "A tiptap react plugin to enable collaboration, comments, live cursors, and more.", | ||
@@ -45,7 +45,7 @@ "license": "Apache-2.0", | ||
"@floating-ui/react-dom": "^2.1.2", | ||
"@liveblocks/client": "2.16.0-toolbars4", | ||
"@liveblocks/core": "2.16.0-toolbars4", | ||
"@liveblocks/react": "2.16.0-toolbars4", | ||
"@liveblocks/react-ui": "2.16.0-toolbars4", | ||
"@liveblocks/yjs": "2.16.0-toolbars4", | ||
"@liveblocks/client": "2.16.0-toolbars5", | ||
"@liveblocks/core": "2.16.0-toolbars5", | ||
"@liveblocks/react": "2.16.0-toolbars5", | ||
"@liveblocks/react-ui": "2.16.0-toolbars5", | ||
"@liveblocks/yjs": "2.16.0-toolbars5", | ||
"@radix-ui/react-select": "^2.1.2", | ||
@@ -52,0 +52,0 @@ "@radix-ui/react-toggle": "^1.1.0", |
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
576930
+ Added@liveblocks/client@2.16.0-toolbars5(transitive)
+ Added@liveblocks/core@2.16.0-toolbars5(transitive)
+ Added@liveblocks/react@2.16.0-toolbars5(transitive)
+ Added@liveblocks/react-ui@2.16.0-toolbars5(transitive)
+ Added@liveblocks/yjs@2.16.0-toolbars5(transitive)
- Removed@liveblocks/client@2.16.0-toolbars4(transitive)
- Removed@liveblocks/core@2.16.0-toolbars4(transitive)
- Removed@liveblocks/react@2.16.0-toolbars4(transitive)
- Removed@liveblocks/react-ui@2.16.0-toolbars4(transitive)
- Removed@liveblocks/yjs@2.16.0-toolbars4(transitive)