mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
Text: Fixed DASH constant
The DASH constant should obviously contain a dash instead of a newline character. I guess this was caused by a copy-paste error...
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
CENTER = 'center',
|
||||
CHANGE_KINETIC = 'Change.kinetic',
|
||||
CONTEXT_2D = '2d',
|
||||
DASH = '\n',
|
||||
DASH = '-',
|
||||
EMPTY_STRING = '',
|
||||
LEFT = 'left',
|
||||
NEW_LINE = '\n',
|
||||
|
Reference in New Issue
Block a user