mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-15 03:07:55 +01:00
fix focus link editor
This commit is contained in:
parent
c6c825fedc
commit
0633bb589e
@ -63,6 +63,9 @@ mindplot.widget.LinkEditor = new Class(/** @lends LinkEditor */{
|
||||
'autofocus': 'autofocus',
|
||||
'class': 'form-control'
|
||||
});
|
||||
input.on("keypress", function(event) {
|
||||
event.stopPropagation();
|
||||
});
|
||||
|
||||
if (model.getValue() != null){
|
||||
input.val(model.getValue());
|
||||
|
Loading…
Reference in New Issue
Block a user