@geode/opengeodeweb-front 10.21.0 → 10.21.1-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -223,10 +223,10 @@ function performSetContainer(options) {
223
223
  useMousePressed({
224
224
  target: container,
225
225
  onPressed: (event) => {
226
- if (event.button !== 0) {
226
+ if (event.button !== 0 && event.button !== 1) {
227
227
  return;
228
228
  }
229
- if (is_picking.value) {
229
+ if (event.button === 0 && is_picking.value) {
230
230
  clickPickingCallback(event, {
231
231
  container: container.value.$el,
232
232
  viewerStore,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-front",
3
- "version": "10.21.0",
3
+ "version": "10.21.1-rc.1",
4
4
  "description": "OpenSource Vue/Nuxt/Pinia/Vuetify framework for web applications",
5
5
  "homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front",
6
6
  "bugs": {
@@ -34,8 +34,8 @@
34
34
  "build": ""
35
35
  },
36
36
  "dependencies": {
37
- "@geode/opengeodeweb-back": "latest",
38
- "@geode/opengeodeweb-viewer": "latest",
37
+ "@geode/opengeodeweb-back": "next",
38
+ "@geode/opengeodeweb-viewer": "next",
39
39
  "@google-cloud/run": "3.2.0",
40
40
  "@kitware/vtk.js": "33.3.0",
41
41
  "@mdi/font": "7.4.47",