Welcome to mirror list, hosted at ThFree Co, Russian Federation.

history.js « extensions « content_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 554d797d30a074b61abdb88c21257409ab0c503a (plain)
1
2
3
import History from '@tiptap/extension-history';

export const tiptapExtension = History;