File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/canvas-view/canvas-editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11< ul class ="toolbox-items-list ">
22 < li class ="toolbox-item " ng-repeat ="item in $ctrl.items | filter:$ctrl.searchText "
3- data-drag ="{{!item.disableInToolbox}} " jqyoui-draggable ="{onStart:'$ctrl.startDragCallbackfmDir (item)'} "
3+ data-drag ="{{!item.disableInToolbox}} " jqyoui-draggable ="{onStart:'$ctrl.startItemDrag (item)'} "
44 ng-class ="{'not-draggable': item.disableInToolbox} "
55 data-jqyoui-options ="{revert: 'invalid', helper: 'clone'} "
6- ng-click ="$ctrl.clickCallbackfmDir (item) "
6+ ng-click ="$ctrl.itemClicked (item) "
77 uib-tooltip ="{{(item.disableInToolbox ? 'Items cannot be added to the canvas more than once.' : '')}} ">
88 < img ng-if ="item.image " src ="{{item.image}} " alt ="{{item.name}} "/>
99 < i ng-if ="item.icon && !item.image " class ="draggable-item-icon {{item.icon}} "> </ i >
You can’t perform that action at this time.
0 commit comments