Skip to content

Commit 334ef04

Browse files
save file
1 parent 6d4d51e commit 334ef04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/editors/html-editor/html-editor.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,8 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
499499

500500

501501
window.onmessage = function(e){
502-
502+
console.log('[ html-editor ]','window.onmessage');
503+
console.log(e);
503504

504505
var json = JSON.parse(e.data);
505506

0 commit comments

Comments
 (0)