Skip to content

Commit a6a0739

Browse files
authored
add reference link
1 parent e84f612 commit a6a0739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ describe('paste-markdown', function () {
216216

217217
// Note: It's possible to construct and dispatch a synthetic paste event,
218218
// 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
219220
// So for that reason assert result on keydown (Ctrl+Shift+v) will be empty '' here.
220221
it('when dispatch keydown event (Ctrl+Shift+v) to skip formatting', function () {
221222
const data = {

0 commit comments

Comments
 (0)