+ {if (!isDragging) {this.dispatchEvent(new CustomEvent('avatar-clicked'));}}}
+ onTouchEndCapture={(event) => {if (!isDragging) {this.dispatchEvent(new CustomEvent('avatar-clicked'));}}}
+ ref={this.draggableNodeRef}
+ style={{
+ position: 'fixed',
+ bottom: 16,
+ right: 16
+ }}
+ >
+
+
+
+
+