mirror of
https://github.com/heyman/heynote.git
synced 2024-11-08 09:04:36 +01:00
Continuously render the debug syntax tree
This commit is contained in:
parent
99a6d0fcc7
commit
305ec124ac
@ -52,7 +52,7 @@
|
||||
|
||||
// if debugSyntaxTree prop is set, display syntax tree for debugging
|
||||
if (this.debugSyntaxTree) {
|
||||
setTimeout(() => {
|
||||
setInterval(() => {
|
||||
function render(tree) {
|
||||
let lists = ''
|
||||
tree.iterate({
|
||||
|
Loading…
Reference in New Issue
Block a user