Revert "adding multiple line support editor and in nodes"
This reverts commit 5aa6775a85
.
This commit is contained in:
@@ -192,7 +192,7 @@ mindplot.TextEditor = new Class({
|
||||
text = nodeText.getText();
|
||||
|
||||
var font = nodeText.getFont();
|
||||
font.size = nodeText.getSize();
|
||||
font.size = nodeText.getHtmlFontSize();
|
||||
font.color = nodeText.getColor();
|
||||
|
||||
this.setStyle(font);
|
||||
|
Reference in New Issue
Block a user