Skip to content

Commit

Permalink
added windowResizeListener
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe authored and nul800sebastiaan committed May 25, 2021
1 parent ecdc687 commit a68a6b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ angular.module("umbraco.directives")
forceUpdate: '@?'
},

link: function (scope, element, attrs) {
link: function (scope, element, attrs, windowResizeListener) {

var unsubscribe = [];
let sliderRef = null;
Expand Down

0 comments on commit a68a6b2

Please sign in to comment.