Skip to content

Commit

Permalink
Fix cdb list flick
Browse files Browse the repository at this point in the history
  • Loading branch information
pablotr9 authored and Jesús Ángel committed Jul 31, 2019
1 parent ee6ae70 commit 262c82b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<span>{{item[1]}}</span>
</div>
</td>
<td class="action-btn-td">
<td class="action-btn-td wz-width-350" >
<div ng-hide="!adminMode">
<wz-svg ng-show="(!editingKey || editingKey !== item[0]) && removingEntry !== item[0]" ng-click="setEditingKey(item[0], item[1])"
icon="pencil">
Expand Down

0 comments on commit 262c82b

Please sign in to comment.