mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
fix(roomSelector): IE11 room selector blur fix
This commit is contained in:
parent
f0325bab13
commit
a0fbdf3636
3 changed files with 4 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue