hedgedoc/src/components
Philip Molares 1b563f7f89
fix pasting text (#871)
* fix onPast bug in editor

the event was prevented, if event.clipboardData.files was defined. This always the case. Now we check if this filelist object has at least on entry to start the onPaste handler for file uploads.

Signed-off-by: Philip Molares <philip.molares@udo.edu>

* added e2e test that verifies that pasting text still works

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-12-21 11:58:43 +01:00
..
application-loader Extract windows location code into hook (#808) 2020-11-30 10:09:04 +01:00
common added upload functionality (#758) 2020-12-16 23:07:09 +01:00
editor fix pasting text (#871) 2020-12-21 11:58:43 +01:00
error-boundary Added reuse information (#782) 2020-11-22 21:50:07 +01:00
history-page changed calls to cy.route to cy.intercept (#806) 2020-11-30 12:31:54 +01:00
intro-page Added reuse information (#782) 2020-11-22 21:50:07 +01:00
landing-layout Added reuse information (#782) 2020-11-22 21:50:07 +01:00
login-page Added reuse information (#782) 2020-11-22 21:50:07 +01:00
markdown-renderer Use fira code in editor (#695) 2020-12-14 23:58:46 +01:00
pad-view-only fixed avatar url as we moved it in the reuse pr 2020-11-25 14:58:40 +01:00
profile-page Added reuse information (#782) 2020-11-22 21:50:07 +01:00
register-page Added reuse information (#782) 2020-11-22 21:50:07 +01:00