Skip to content

Commit

Permalink
Progress #204
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvord committed Jul 16, 2019
1 parent 31135fe commit 9d10c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/webix_widgets/table_widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ const table_datatable = webix.protoUI({
this.getTopParentView().selectAttribute(attrId);
},
onAfterEditStop(value, editor) {
if (value.value == value.old) return;

const id = `${editor.row}/${editor.column}`;

const attr = TangoAttribute.find_one(id);
Expand Down

0 comments on commit 9d10c78

Please sign in to comment.