Fix Note and Link floating link position bug on Firefox.
This commit is contained in:
@@ -45,11 +45,6 @@ mindplot.LinkIcon = new Class({
|
||||
|
||||
getModel : function() {
|
||||
return this._linksModel;
|
||||
},
|
||||
|
||||
remove : function() {
|
||||
var actionDispatcher = mindplot.ActionDispatcher.getInstance();
|
||||
actionDispatcher.removeLinkFromTopic(this._topic.getId());
|
||||
}
|
||||
});
|
||||
mindplot.LinkIcon.IMAGE_URL = "images/links.png";
|
||||
|
Reference in New Issue
Block a user