Commit 817449c7 by Chris Rodriguez

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

parent edb356a4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment