Skip to content

Commit

Permalink
Update form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Feb 10, 2024
1 parent 57d4280 commit c722ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
function updateText() {
const width = Number(widthElem.value);
const height = Number(heightElem.value);
let result = '-'
let result = '—';

if (width && height) {
const aspectRatio = calcAspectRatio(widthElem.value, heightElem.value);
Expand Down

0 comments on commit c722ab0

Please sign in to comment.