kazzkiq / CodeFlask

A micro code-editor for awesome web pages.
https://kazzkiq.github.io/CodeFlask/
MIT License
1.07k stars 121 forks source link

Added option to enable/disable readonly mode via function calls #85

Closed DKirwan closed 5 years ago

DKirwan commented 5 years ago

Added enableReadonlyMode() and disableReadonlyMode() functions to allow you to dynamically set the readonly attribute

kazzkiq commented 5 years ago

Thanks!