mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Naprawiono błąd z brakiem RJ dla innych serwerów niż PL1
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user