Skip to content

Commit

Permalink
Fix direction update bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aphillips committed Nov 14, 2022
1 parent 72349af commit 5548356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions explainers/bidi-html-demo.html
Expand Up @@ -52,6 +52,7 @@
case 'rtl':
case 'auto':
document.forms.form.elements.displayMeDir.value = passedDir;
updateDir();
break;
default: // do nothing
}
Expand Down

0 comments on commit 5548356

Please sign in to comment.