We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1355cb commit 57b7005Copy full SHA for 57b7005
lib/codeit.js
@@ -733,7 +733,6 @@ class CodeitElement extends HTMLElement {
733
function handleSelfClosingCharacters(event) {
734
735
const cursor = cd.dropper.cursor();
736
- //const inStringOrComment = (cursor.in('string') || cursor.in('comment'));
737
738
// join brackets and quotation marks
739
// to get chars to autocomplete
0 commit comments