fix(client): fix popout url (#8494)
This commit is contained in:
@ -126,7 +126,7 @@ let changed = $ref(false);
|
||||
useLeaveGuard($$(changed));
|
||||
|
||||
function showPreview() {
|
||||
os.pageWindow('preview');
|
||||
os.pageWindow('/preview');
|
||||
}
|
||||
|
||||
function setBgColor(color: typeof bgColors[number]) {
|
||||
|
Reference in New Issue
Block a user