We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84f612 commit a6a0739Copy full SHA for a6a0739
test/test.js
@@ -216,6 +216,7 @@ describe('paste-markdown', function () {
216
217
// Note: It's possible to construct and dispatch a synthetic paste event,
218
// but this will not affect the document's contents in tests to assert it.
219
+ // https://developer.mozilla.org/en-US/docs/Web/API/Element/paste_event
220
// So for that reason assert result on keydown (Ctrl+Shift+v) will be empty '' here.
221
it('when dispatch keydown event (Ctrl+Shift+v) to skip formatting', function () {
222
const data = {
0 commit comments