Skip to content

Commit 82a30bd

Browse files
Update python-main.js
Co-Authored-By: Carlos Pereira Atencio <carlos@microbit.org>
1 parent c2e8ad2 commit 82a30bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ function web_editor(config) {
914914
var dialog = document.querySelector('.vex-content', '.modal-overlay');
915915
var focusableEls = dialog.querySelectorAll('a:not([disabled]), a[href]:not([disabled]), button:not([disabled]), textarea:not([disabled]), input[type="text"]:not([disabled]), input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]), select:not([disabled]),td:not([disabled])');
916916
$(focusableEls).each(function(){
917-
$(this).attr('tabindex', '0');
917+
$(this).attr('tabindex', '0');
918918
});
919919
focusableEls[0].focus();
920920
dialog.onkeydown = function(event) {

0 commit comments

Comments
 (0)