mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Connected events to rect selection
_rectSelect.js now knows when the user started and finished drawing a rect and is able to edit a preview.
This commit is contained in:
@ -63,6 +63,11 @@ svg {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#pixel-canvas {
|
||||
z-index:1000;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#eyedropper-preview {
|
||||
position: absolute;
|
||||
width: 45px;
|
||||
|
Reference in New Issue
Block a user