Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 4, 2024
1 parent 35203d4 commit 0dbd5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ class Config implements IViewOptions {
* });
* editor.execCommand('selectall');// will be selected all content
* editor.execCommand('delete');// but content will not be deleted
* ```
*/
allowCommandsInReadOnly: string[] = ['selectall', 'preview', 'print'];

Expand Down

0 comments on commit 0dbd5ca

Please sign in to comment.