diff --git a/src/scripts/js/es6/common/vuecomponents/customdirectives/click-outside.js b/src/scripts/js/es6/common/vuecomponents/customdirectives/click-outside.js index 1bfa4bca..bd07d311 100644 --- a/src/scripts/js/es6/common/vuecomponents/customdirectives/click-outside.js +++ b/src/scripts/js/es6/common/vuecomponents/customdirectives/click-outside.js @@ -1,5 +1,14 @@ -// Code from https://stackoverflow.com/a/42389266 - +/** + * Directive to detect clicks outside of component. + * Code from https://stackoverflow.com/a/42389266 + * + * @example + *