We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841c4fe commit 8b30b52Copy full SHA for 8b30b52
app/components/photo-tags/photo-tags.js
@@ -48,7 +48,6 @@ export default class PhotoTags extends Component {
48
e.stopPropagation();
49
this.newTagX = null;
50
this.newTagY = null;
51
- console.log('Closed tag', element);
52
};
53
54
document.addEventListener('click', this.closeAddTagListener);
@@ -99,9 +98,7 @@ export default class PhotoTags extends Component {
99
98
100
@action
101
openUserSelect(userSelect) {
102
- if (this.selectApi == null) {
103
- this.selectApi = userSelect;
104
- }
+ this.selectApi = userSelect;
105
}
106
107
get newTagStyle() {
0 commit comments