JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

Have text boxes always stay at the highest z-index. #211

Closed theoryshaw closed 8 years ago

theoryshaw commented 8 years ago

Have text boxes always stay at the highest z-index.

That way, when a user moves them around, there's an easy way to double click and edit them, when they are not buried under other objects.

bytesnz commented 8 years ago

Yes. Was pondering the best way to do this. Have just had a brainwave about, so will give it a go next.