mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Remove icon deserialization for beta maps.
This commit is contained in:
parent
3e9d088a01
commit
55bc86b4ff
@ -284,9 +284,6 @@ class XMLSerializerBeta implements XMLMindmapSerializer {
|
|||||||
if (child.tagName === 'topic') {
|
if (child.tagName === 'topic') {
|
||||||
const childTopic = this._deserializeNode(child, mindmap);
|
const childTopic = this._deserializeNode(child, mindmap);
|
||||||
childTopic.connectTo(topic);
|
childTopic.connectTo(topic);
|
||||||
} else if (child.tagName === 'icon') {
|
|
||||||
const icon = this._deserializeIcon(child);
|
|
||||||
topic.addFeature(icon);
|
|
||||||
} else if (child.tagName === 'link') {
|
} else if (child.tagName === 'link') {
|
||||||
const link = this._deserializeLink(child);
|
const link = this._deserializeLink(child);
|
||||||
topic.addFeature(link);
|
topic.addFeature(link);
|
||||||
|
Loading…
Reference in New Issue
Block a user