Skip to content

Commit

Permalink
fixup! fix: handle opening links even in read only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
max-nextcloud committed Apr 27, 2022
1 parent 13a05b2 commit 8440c11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package/plugins/link.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { generateUrl } from '@nextcloud/router'
import { Plugin, PluginKey } from 'prosemirror-state'
import markdownit from './../markdownit'

const clickHandler = ({ editor, type, onClick }) => {
return new Plugin({
Expand Down

0 comments on commit 8440c11

Please sign in to comment.