forked from Botanical/BotanJS
Added VISUAL LINE
This commit is contained in:
@@ -222,6 +222,11 @@
|
||||
_self.select( cfeeder.cursor.position );
|
||||
};
|
||||
|
||||
cfeeder.dispatcher.addEventListener( "SelectionChanged", function()
|
||||
{
|
||||
_self.select( cfeeder.cursor.position );
|
||||
} );
|
||||
|
||||
cfeeder.dispatcher.addEventListener( "VisualUpdate", Update );
|
||||
Update();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user