Pass one at unfucking the stupid file encoding issues
This commit is contained in:
parent
24417ac516
commit
3e65a2d055
10 changed files with 33 additions and 19 deletions
|
@ -39,7 +39,7 @@ export default () => {
|
|||
useEffect(() => {
|
||||
clearFlashes('files');
|
||||
setSelectedFiles([]);
|
||||
setDirectory(hash.length > 0 ? decodeURI(hash) : '/');
|
||||
setDirectory(hash.length > 0 ? hash : '/');
|
||||
}, [ hash ]);
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue