vite-plugin-terminal icon indicating copy to clipboard operation
vite-plugin-terminal copied to clipboard

fix: add encodeURI to decodeURI param

Open gonzalotorrestz opened this issue 2 years ago • 1 comments

"decodeURI" method can't handle some special characters like '%', resulting in a "URI malformed" error.

gonzalotorrestz avatar Sep 22 '23 20:09 gonzalotorrestz

This is fixes #23.

gonzalotorrestz avatar Sep 22 '23 20:09 gonzalotorrestz

Thanks for the PR, and sorry for the delay! Pushed a commit to directly remove the decoding. I'll release soon.

patak-dev avatar Jan 10 '24 18:01 patak-dev