editor: fix clicking on link resets editor on mobile

This commit is contained in:
ammarahm-ed
2022-09-13 09:11:36 +05:00
parent 797670f2ef
commit 881771a14f

View File

@@ -156,11 +156,11 @@ const useTiptap = (
OrderedList,
TaskItemNode.configure({ nested: true }),
TaskListNode,
Link.configure({
Link.extend({
inclusive: true
}).configure({
openOnClick: !isMobile,
autolink: false
}).extend({
inclusive: true
}),
Table.configure({
resizable: true,