mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Minor Fixes
This commit is contained in:
parent
44ee558509
commit
2b55ff908f
6 changed files with 21 additions and 14 deletions
|
@ -67,6 +67,8 @@ watch(
|
|||
() => props.search,
|
||||
n => {
|
||||
if (n) {
|
||||
Reset();
|
||||
|
||||
n = n.replace(location.search || '', '');
|
||||
|
||||
console.log(n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue