ClipUpload was not working with Mediawiki 1.35 / WikiEditor due to the following error : "Invalid CSRF token".
To make it work, I replaced 'editToken'
by 'csrfToken'
line 66 of inline-attach.js :
formData.append("token", mw.user.tokens.get('csrfToken'));