Skip to content

Commit

Permalink
Enhancement: Remove clickOutside directive (#7584)
Browse files Browse the repository at this point in the history
* Enhancement: Remove clickOutside directive

* Update changelog

* remove clickOutside
  • Loading branch information
lookacat authored Sep 5, 2022
1 parent 437951c commit d1cbdbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Remove clickOutside directive

We've removed the clickOutside directive because it isn't used anymore

https://github.com/owncloud/web/pull/7584
https://github.com/owncloud/web/issues/7572

3 changes: 0 additions & 3 deletions packages/web-runtime/src/defaults/vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import WebPlugin from '../plugins/web'
import Avatar from '../components/Avatar.vue'
import focusMixin from '../mixins/focusMixin'
import lifecycleMixin from '../mixins/lifecycleMixin'
import ClickOutsideDirective from '../directives/clickOutside'
import VueEvents from 'vue-events'
import VueScrollTo from 'vue-scrollto'
import VueResize from 'vue-resize'
Expand Down Expand Up @@ -35,8 +34,6 @@ Vue.component('avatar-image', Avatar)
Vue.mixin(focusMixin)
Vue.mixin(lifecycleMixin)

Vue.directive('click-outside', ClickOutsideDirective)

// externalize Vue - this is not the Vue instance but the class
window.Vue = Vue

Expand Down
13 changes: 0 additions & 13 deletions packages/web-runtime/src/directives/clickOutside.js

This file was deleted.

0 comments on commit d1cbdbf

Please sign in to comment.