@eturnity/eturnity_3d 1.0.15 → 1.0.16

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_3d",
3
3
  "private": false,
4
- "version": "1.0.15",
4
+ "version": "1.0.16",
5
5
  "main": "dist/main.js",
6
6
  "scripts": {
7
7
  "dev": "vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint",
@@ -746,7 +746,9 @@ export default {
746
746
  })
747
747
 
748
748
  this.panels.forEach((panelPolygon) => {
749
-
749
+ if(panelPolygon.roof.isDirectionInclineHandleDraged){
750
+ return
751
+ }
750
752
  //definition of the material
751
753
  let material = this.material.panel['default_'+this.module_texture_version_id]
752
754
  if (panelPolygon.moduleField.pvData) {