run: unlinkItemCommand()

in src/ts/richtext/menu.ts [49:57]


    run: unlinkItemCommand(markType),
    label: options.title,
    ...options
  };
  return new MenuItem(passedOptions);
};

const wrapListItem = (schema: Schema) => (nodeType: NodeType, options: Partial<MenuItemSpec>  & { title: string }) => {
  const passedOptions: Partial<MenuItemSpec>  & { title: string } = {