Skip to content

Commit e361296

Browse files
authored
Merge pull request #321 from sameerkdarshi/experiments
Calculator activity - Fixing focus
2 parents b6f633e + 40466b8 commit e361296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activities/Calculate.activity/js/calculate-activity.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ function calcEqualClick() {
203203
launchCalculation(calcInputValue, labelValue);
204204
}
205205
CalculateApp.data.calculationDone = true
206+
CalculateApp.focus();
206207
}
207208

208209
/* Handling of the calc remove one char button click */

0 commit comments

Comments
 (0)