egoist / eme

Elegant Markdown Editor.
https://egoist.sh/eme
MIT License
2.04k stars 152 forks source link

New Tab cannot create new doc #174

Open goodforever opened 3 years ago

goodforever commented 3 years ago

v0.15.1 on mac x os New Tab cannot create new doc .

elite-sheep commented 3 years ago

@goodforever Hi, can you please provide a reproduction steps to repro your bug here?

goodforever commented 3 years ago

git clone https://github.com/egoist/eme.git cd eme git checkout -f v0.15.1 -b v0151 yarn yarn mac run dist/mac/EME.app (New Tab cannot create new doc .) another way: run dist/EME-0.15.1.dmg to install then run it (New Tab cannot create new doc .)

elite-sheep commented 3 years ago

Hi @goodforever , please run yarn build before you run yarn mac. Thanks,