Improved shortcuts and drag/drop

This commit is contained in:
Devine Lu Linvega
2017-11-14 07:52:53 +13:00
parent 66a34a6814
commit 16ddcfb27a
7 changed files with 50 additions and 28 deletions

View File

@@ -6,4 +6,9 @@ function Path_Close()
{
return "Z ";
}
this.handles = function()
{
return [];
}
}