This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface A { | |
type: 'A'; | |
j: { | |
k: number; | |
a: number; | |
}; | |
} | |
interface B { | |
type: 'B'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p to reproduce just delete all the text and hit back again (so the p-tag gets deleted) | |
div.wrapper | |
div.editable | |
p default div | |
section.editable | |
p default section |