mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Another try to capture serialization issue.
This commit is contained in:
parent
9e7f289a9e
commit
8356906791
@ -149,6 +149,8 @@ mindplot.MultilineTextEditor = new Class({
|
||||
|
||||
if (this._topic.getText() != this._getText()) {
|
||||
var text = this._getText();
|
||||
// Do not send windows return chars ...
|
||||
text = text.replace("\r","");
|
||||
var topicId = this._topic.getId();
|
||||
|
||||
var actionDispatcher = mindplot.ActionDispatcher.getInstance();
|
||||
|
Loading…
Reference in New Issue
Block a user