angular-split-pane icon indicating copy to clipboard operation
angular-split-pane copied to clipboard

Changing both component's sizes causes exception

Open vlakam opened this issue 7 years ago • 2 comments

When you change both component's size you will get $digest already in progress exception.

vlakam avatar Oct 05 '17 16:10 vlakam

image

vlakam avatar Oct 05 '17 16:10 vlakam

I fixed this by placing the $apply function within a setTimeout() on line 82

setTimeout()

JavaJammerGD avatar Sep 27 '19 15:09 JavaJammerGD