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