Add a button to delete the selection in canvas

This commit is contained in:
yflory
2017-04-10 11:55:39 +02:00
parent 33e19d5918
commit 63a130c678
6 changed files with 23 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ body {
#width {
.middle;
}
#clear, #toggleDraw {
#clear, #delete, #toggleDraw {
display: inline;
vertical-align: middle;
}