Skip to content

Disable links with pointer-events

Giannis Kopanas requested to merge disable-links-on-uploading into master

Closes #174 (closed)

What i did here is to read Redux state convert and while that happens i assign css rules globally to that page:

pointer-events: none;

If that solution is fine, i should also need to make a tiny change on the UploadManuscript component to prevent to click again the Upload Button

pubsweet/pubsweet!232 (closed)

Edited by Giannis Kopanas

Merge request reports