more logs
This commit is contained in:
parent
5bcc89802c
commit
1fba55d2d7
1 changed files with 3 additions and 1 deletions
|
|
@ -393,8 +393,10 @@ export default abstract class Observer {
|
|||
this.inlinerOptions?.forcePlain,
|
||||
(cssText: string, fakeTextId: number) => {
|
||||
this.app.send(CreateTextNode(fakeTextId, id, 0))
|
||||
const msg = SetCSSDataURLBased(fakeTextId, cssText, this.app.getBaseHref())
|
||||
console.log('fakeTextId', fakeTextId, 'node parent', id, 'cssText', msg)
|
||||
setTimeout(() => {
|
||||
this.app.send(SetCSSDataURLBased(fakeTextId, cssText, this.app.getBaseHref()))
|
||||
this.app.send(msg)
|
||||
}, 10)
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue