Skip to content

Commit 206eb25

Browse files
committed
Changed lua editor to be readonly
1 parent 1328b7e commit 206eb25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ document.body.appendChild(button);
4141
language: 'lua',
4242
minimap: {enabled: false},
4343
theme: 'vs-dark',
44+
readOnly: true
4445
});
4546

4647
window.onresize = () => {

0 commit comments

Comments
 (0)