aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2022-03-13 17:22:30 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2022-03-13 17:22:30 +0000
commit89efb0d2f4ab41eb020e6a6b7bb14dbe20e53157 (patch)
tree62f85ccaf04182630ae183cbba02a063fff8b946 /src/main.js
parent51b14cc61578c6aee80fbf63dce2dbb7503914bb (diff)
parent1b204012eaf3fcc262689a070424c618d8d3a917 (diff)
Merge branch 'from/develop/tusooa/media-touch-actions' into 'develop'
Be able to scroll and pan media in media modal See merge request pleroma/pleroma-fe!1403
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 3895da89..03493525 100644
--- a/src/main.js
+++ b/src/main.js
@@ -45,6 +45,8 @@ Vue.use(VueClickOutside)
Vue.use(PortalVue)
Vue.use(VBodyScrollLock)
+Vue.config.ignoredElements = ['pinch-zoom']
+
Vue.component('FAIcon', FontAwesomeIcon)
Vue.component('FALayers', FontAwesomeLayers)