Naprawiono błąd z brakiem RJ dla innych serwerów niż PL1

This commit is contained in:
2021-12-03 18:39:48 +01:00
parent f2f8296959
commit 83bdadfe02
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const i18n = createI18n({
const clickOutsideDirective: Directive = {
beforeMount(el, binding) {
el.clickOutsideEvent = (event: Event) => {
if (!(el == event.target || el.contains(event.target))) {
binding.value();