mirror of
https://github.com/konvajs/konva.git
synced 2025-10-08 00:14:23 +08:00
fix arrow.getClientRect() calculations. fix #1851
This commit is contained in:
@@ -741,7 +741,7 @@ describe('Text', function () {
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
it.only('text multi line with justify align and decoration', function () {
|
||||
it('text multi line with justify align and decoration', function () {
|
||||
var stage = addStage();
|
||||
var layer = new Konva.Layer();
|
||||
|
||||
|
Reference in New Issue
Block a user