@@ -63,7 +63,11 @@
this._nameChanged(name);
return;
}
- this._sendNameToServer(name);
+ try {
+ this._sendNameToServer(name);
+ } catch (e) {
+ this._nameChanged(name);
+ }
}, 300);
@@ -20,6 +20,10 @@
:host:hover device-name {
color: #3367d6;
+
+ :host:hover iron-icon {
+ transform: scale(1.05);
iron-icon {
width: 80px;