Another try to capture serialization issue.
This commit is contained in:
@@ -149,6 +149,8 @@ mindplot.MultilineTextEditor = new Class({
|
|||||||
|
|
||||||
if (this._topic.getText() != this._getText()) {
|
if (this._topic.getText() != this._getText()) {
|
||||||
var text = this._getText();
|
var text = this._getText();
|
||||||
|
// Do not send windows return chars ...
|
||||||
|
text = text.replace("\r","");
|
||||||
var topicId = this._topic.getId();
|
var topicId = this._topic.getId();
|
||||||
|
|
||||||
var actionDispatcher = mindplot.ActionDispatcher.getInstance();
|
var actionDispatcher = mindplot.ActionDispatcher.getInstance();
|
||||||
|
Reference in New Issue
Block a user