gdor-11

Results 2 issues of gdor-11

my phone is a samsung A70 running android 11. Everything's working well, but I've noticed that if you select an empty textbox and type anything that gets converted, backspace won't...

for some reason, the following snippets of code sometimes log [Function: foo] (as expected) and sometimes log undefined ```TS // file: ./server/main.ts export function foo(): string { return "bar"; }...