|
|
@ -424,6 +424,7 @@ export class CollectionToolsComponent implements OnInit { |
|
|
|
let that = this |
|
|
|
let that = this |
|
|
|
window.setTimeout(()=>{ |
|
|
|
window.setTimeout(()=>{ |
|
|
|
document.getElementById("functionalDomainContent").oncontextmenu = function (event) { |
|
|
|
document.getElementById("functionalDomainContent").oncontextmenu = function (event) { |
|
|
|
|
|
|
|
that.canvas.cancelPaint() |
|
|
|
that.selectImageIndex = -1 |
|
|
|
that.selectImageIndex = -1 |
|
|
|
event.preventDefault(); |
|
|
|
event.preventDefault(); |
|
|
|
}; |
|
|
|
}; |
|
|
|