fix(client): fix popout url (#8494)
This commit is contained in:
parent
804fa33535
commit
d2784030ec
2 changed files with 4 additions and 3 deletions
|
|
@ -126,7 +126,7 @@ let changed = $ref(false);
|
|||
useLeaveGuard($$(changed));
|
||||
|
||||
function showPreview() {
|
||||
os.pageWindow('preview');
|
||||
os.pageWindow('/preview');
|
||||
}
|
||||
|
||||
function setBgColor(color: typeof bgColors[number]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue