angular-dynamic-number icon indicating copy to clipboard operation
angular-dynamic-number copied to clipboard

Bypassed setting input focus if input is not already focused

Open DustinDSchultz opened this issue 7 years ago • 0 comments

I hit an issue with changing the value of numFixed from the ng-blur event. Since re-focusing the element is part of the lifecycle of altering numFixed I added a check to ensure that the element will only be re-selected if it is still currently selected.

DustinDSchultz avatar Nov 27 '18 21:11 DustinDSchultz