securingsincity / react-ace

React Ace Component
http://securingsincity.github.io/react-ace/
MIT License
4.01k stars 603 forks source link

Add readOnly property to ICommand interface #1881

Closed kalczur closed 3 weeks ago

kalczur commented 3 months ago

What's in this PR?

It adds the readOnly?: boolean; property to the ICommand interface.

List the changes you made and your reasons for them.

The only thing missing was the type. I checked and the commands work correctly.

kalczur commented 1 month ago

@securingsincity