Skip to content
#

prosemirror

Here are 74 public repositories matching this topic...

szche
szche commented Jan 14, 2021

Describe the bug
Clicking a file link within the richEditor leads to download of the whole folder.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new folder and a Readme.md file inside it
  2. Upload a new file to that folder
  3. Add file link to that file in Readme and click the link in richEditor
  4. The browser will open a new window and download the whole folder zipped
benrbray
benrbray commented Mar 27, 2021

ProseMirror (and by extension, prosemirror-math) relies on contenteditable to function. Since the implementation of contenteditable is not yet standardized between browsers, we must test manually in each browser to ensure acceptable behavior.

I do not own a Mac, so I cannot test prosemirror-math on Safari. Please report any bugs you find in Safari!

Improve this page

Add a description, image, and links to the prosemirror topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prosemirror topic, visit your repo's landing page and select "manage topics."

Learn more