mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Merge pull request #1809 from Colmea/master
Aligning guidelines: remove line after render
This commit is contained in:
commit
86fd0febca
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,8 @@ function initAligningGuidelines(canvas) {
|
|||
for (var i = horizontalLines.length; i--; ) {
|
||||
drawHorizontalLine(horizontalLines[i]);
|
||||
}
|
||||
|
||||
verticalLines.length = horizontalLines.length = 0;
|
||||
});
|
||||
|
||||
canvas.on('mouse:up', function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue