arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Fix mdEditor error #174

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Fixes the mdEditor error mentioned in https://github.com/arj03/ssb-browser-demo/pull/170#issuecomment-773267088

Also fixes an issue where sometimes clicking suggestions did not work because the state change event would fire before the click and would hide the suggestions before the click could be processed.

arj03 commented 3 years ago

Thanks :)