Skip to content

Commit

Permalink
refactor: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Feb 7, 2024
1 parent 7f5c926 commit 868839d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions demos/playground/src/themes/PlaygroundEditorTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@
margin: 0;
margin-top: 8px;
margin-bottom: 8px;
tab-size: 2;
/* white-space: pre; */
overflow-x: auto;
position: relative;
tab-size: 2;
}
.PlaygroundEditorTheme__code:before {
content: attr(data-gutter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
export let awarenessData: object | undefined = undefined;
onMount(() => {
const {awareness} = provider;
return mergeRegister(
editor.registerCommand(
FOCUS_COMMAND,
Expand Down

0 comments on commit 868839d

Please sign in to comment.