Commit c59c06c0 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

place holder for double click

parent 2628b575
......@@ -174,6 +174,13 @@ function popup_message(marker){
function register_row_events(elem){
$(elem).on("dblclick",function(e){
console.log("double click");
// put double click actions here
});
$(elem).on("click",function(e){
if (!Dragged){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment