Skip to content

Commit b6c140f

Browse files
Fix typing
1 parent 82e1e57 commit b6c140f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/app/overmind/effects/chameleon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default {
3434
const cmln = document.querySelector('#chmln-editor');
3535

3636
if (cmln) {
37+
// @ts-ignore
3738
cmln.shadowRoot.childNodes[0].innerHTML +=
3839
'#chmln-toggle-item { top: auto !important; bottom: 100px !important; }';
3940
}

0 commit comments

Comments
 (0)