1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

add codemirror cmd to capture ctrl+enter and shift+enter to call evaluate function

This commit is contained in:
Fabio Pliger
2022-03-07 17:16:32 -06:00
parent 6f5ffc7360
commit 45c0dbe416
3 changed files with 68 additions and 39 deletions

View File

@@ -27,6 +27,11 @@
margin-top: -12px;
z-index: 9999;
}
:global(div.output) {
margin-top: -25px;
z-index: 9999;
}
</style>
<Tailwind />