You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pasting text from Terminal.app on macOS includes 4 leading spaces.
I created a fiddle to demonstrate the problem. During paste, the fiddle logs the contents of the clipboard and does a comparison to make sure it's strictly equal to the word "testing" to verify there are no hidden characters.
Pasting text from Terminal.app on macOS includes 4 leading spaces.
I created a fiddle to demonstrate the problem. During paste, the fiddle logs the contents of the clipboard and does a comparison to make sure it's strictly equal to the word "testing" to verify there are no hidden characters.
Steps for Reproduction
Expected behavior:
The editor contents should only contain the word "testing".
Actual behavior:
The editor's contents are "testing" with 4 leading spaces.
Platforms:
Tested on macOS 10.12.2
Version:
Quill version 1.1.9
The text was updated successfully, but these errors were encountered: