drag if not editable bug fix
This commit is contained in:
parent
b9b04f1634
commit
b9f9551efa
@ -2693,10 +2693,10 @@ export default {
|
||||
}.bind(this);
|
||||
|
||||
/*
|
||||
* works i correlation with updateDetailsZoomScale()
|
||||
* works in correlation with updateDetailsZoomScale()
|
||||
*/
|
||||
this.paper_main_object.onMouseDrag = async function(event){
|
||||
if (this.is_open && this.map_mode === 'terraindevie' && this.concernement.can_update) {
|
||||
if (this.is_open && this.map_mode === 'terraindevie') { // && this.concernement.can_update
|
||||
// console.log('paper concernement onMouseDrag', event, this);
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
Loading…
x
Reference in New Issue
Block a user