mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
0b702f3679
commit
6d39429daa
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@
|
||||||
editor.setOption("extraKeys", {
|
editor.setOption("extraKeys", {
|
||||||
"Shift-Enter": function() {
|
"Shift-Enter": function() {
|
||||||
document.getElementsByClassName("sql")[0].submit();
|
document.getElementsByClassName("sql")[0].submit();
|
||||||
}
|
},
|
||||||
|
Tab: false
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue