Displaying the deletion confirm dialog over the mouse pointer

This commit is contained in:
Bruno Alves de Faria 2017-11-06 17:10:15 -02:00
parent 5af752a122
commit 004ccbc378

View File

@ -85,7 +85,8 @@ function keyDownCallback(event, eventData) {
const dialogSettings = {
class: 'themed',
title: 'Delete measurements',
message: 'Are you sure you want to delete this measurement?'
message: 'Are you sure you want to delete this measurement?',
position: eventData.currentPoints.page
};
// TODO= Refactor this so the confirmation dialog is an