Tianruo

Results 5 comments of Tianruo

> Hello, > > I can't manage to use getSelectionCustomInlineStyle, the only doc says that we have to pass it an array of styles but what does it means ??...

if (getComputedStyle(parentEle).position) { page_offsetTop = 0 page_offsetLeft = 0 }

the publicPath option does't work at all, it always use out.publicPath to require my js, if it's the original purpose, I have to go back to v2

```js modalWin.on('close', e => parentWin.setAlwaysOnTop(true)) modalWin.on('closed', e => parentWin.setAlwaysOnTop(false)) ``` ``` TRY IT