Closed GoogleCodeExporter closed 9 years ago
Yeah, this is pretty awkward, but a feature, not a bug, to change the behavior,
just
add
{{{
editor.on("setmode",function(mode){
if(mode == "delete"){
editor.lastmode = "select"
}
})
}}}
Original comment by Antimatter15
on 30 Dec 2009 at 5:52
I can't agree it is not a bug.
I agree that the application behaves as designed, but it's behavior is a
usability
bug, as for me.
In any case, thanks for the tip!
Original comment by emiro...@gmail.com
on 3 Jan 2010 at 4:33
Nothing changed. After I click the delete button and start clicking around the
shapes
all of them are deleted.
Original comment by emiro...@gmail.com
on 5 Jan 2010 at 11:30
Original issue reported on code.google.com by
emiro...@gmail.com
on 30 Dec 2009 at 2:06