Skip to content

Instantly share code, notes, and snippets.

View bjones1's full-sized avatar

Bryan A. Jones bjones1

View GitHub Profile
@bjones1
bjones1 / codemirror-test.html
Last active July 7, 2023 15:51
CodeMirror problem with focusin handlers
<!DOCTYPE html>
<html>
<head>
<script src="codemirror-test.js" type="module"></script>
</head>
<body></body>
</html>