mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
editor: fix clicking on link resets editor on mobile
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user