Notes/src/services/import/samples/Text Note.mdx

21 lines
220 B
Plaintext
Raw Normal View History

Page 1
Heading 1
---------
Heading 2
---------
### Heading 3
```
class Foo {
hoistedNoteChangedEvent({ ntxId }) {
if (this.isNoteContext(ntxId)) {
this.refresh();
}
}
}
```
Page 2