AC-448 updating tabindex from 1 to 0 (zero)

This commit is contained in:
Chris Rodriguez
2016-04-27 12:23:48 -04:00
parent edb356a43a
commit 817449c761

View File

@@ -2147,7 +2147,7 @@ schematic = (function() {
this.bg_image.height = this.height;
if (!this.diagram_only) {
this.canvas.tabIndex = 1; // so we get keystrokes
this.canvas.tabIndex = 0; // so we get keystrokes
this.canvas.style.borderStyle = 'solid';
this.canvas.style.borderWidth = '1px';
this.canvas.style.borderColor = grid_style;