forked from Botanical/BotanJS
Fix VA_REC broken by changes of DELETE
This commit is contained in:
parent
5f734a6030
commit
e81fe5cc37
@ -23,7 +23,7 @@
|
|||||||
this.__startX = Cursor.aPos;
|
this.__startX = Cursor.aPos;
|
||||||
this.__panY = this.__cursor.feeder.panY;
|
this.__panY = this.__cursor.feeder.panY;
|
||||||
|
|
||||||
this.__cMode = e.kMap( "c" );
|
this.__cMode = e && e.kMap( "c" );
|
||||||
this.__cMode_c = false;
|
this.__cMode_c = false;
|
||||||
this.__enterEvent = e;
|
this.__enterEvent = e;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user