fix(roomSelector): IE11 room selector blur fix

This commit is contained in:
Vladimir Lugovsky 2017-09-20 12:42:56 +03:00
parent f0325bab13
commit a0fbdf3636
3 changed files with 4 additions and 2 deletions

View file

@ -11,6 +11,7 @@ export class RoomSelectorComponent {
selectedRoom: null;
sortedRooms = [];
viewBox = '-20 -20 618.88 407.99';
isIE = !!(navigator.userAgent.match(/Trident/) || !!navigator.userAgent.match(/MSIE/));
roomSvg = {
borders: [{
d: 'M186.21,130.05H216.37V160H186.21Z',