mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
fix focus link editor
This commit is contained in:
parent
d15a97ef02
commit
f414e94fe5
@ -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