Umbraco v8.0.2:
The Markdown editor link picker throws a console error when clicked.
console error is throw.
$(dialog).modal()
"TypeError: $(...).modal is not a function"
/umbraco/lib/markdown/markdown.editor.js line 1133
I can reproduce, also still a problem in 8.1.0.
I've marked this as "Up for grabs" so that you or someone else coming along could create a pull request for it.
I've got this; might as well make use of the built-in link picker while we're at it.
PR in #5745
Most helpful comment
I've got this; might as well make use of the built-in link picker while we're at it.