import { combineTransactionSteps } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts";
Returns a new Transform
based on all steps of the passed transactions.
Parameters
oldDoc: ProseMirrorNode
transactions: Transaction[]
import { combineTransactionSteps } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts";
Returns a new Transform
based on all steps of the passed transactions.