Skip to content

Commit 71fe562

Browse files
committed
chore: cleanup
1 parent fe0d289 commit 71fe562

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

src/demo/js/frameworks/vanilla.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function loadVanillaDemo(container) {
1515

1616
// append action buttons
1717
editorButtons(editor, renderer)
18-
editorEvents(editor, renderer)
18+
editorEvents(editor)
1919

2020
return {
2121
editor,

src/demo/sass/demo.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ body {
165165
line-height: 1em;
166166
}
167167

168-
#framework-select {
169-
line-height: 1em;
170-
}
171-
172168
// Framework demo styles
173169
.angular-demo {
174170
padding: 20px;
@@ -382,16 +378,6 @@ body {
382378
min-width: 150px;
383379
}
384380

385-
@keyframes shimmer {
386-
0% {
387-
transform: translateX(-100%);
388-
}
389-
390-
100% {
391-
transform: translateX(100%);
392-
}
393-
}
394-
395381
@keyframes shimmer {
396382

397383
0%,

0 commit comments

Comments
 (0)