mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
commit
ea8a94e6e2
@ -1,8 +1,8 @@
|
||||
import * as config from '@/config';
|
||||
|
||||
export function popout(path: string, w?: HTMLElement) {
|
||||
let url = path.startsWith('http://') || path.startsWith('https://') ? path : config.url + path;
|
||||
url += '?zen'; // TODO: ちゃんとURLパースしてクエリ付ける
|
||||
let url = path.startsWith('http://') || path.startsWith('https://') ? path : config.url + "/" + path;
|
||||
url += '?zen';
|
||||
if (w) {
|
||||
const position = w.getBoundingClientRect();
|
||||
const width = parseInt(getComputedStyle(w, '').width, 10);
|
||||
|
Loading…
Reference in New Issue
Block a user