@trademe/sliderizr
Advanced tools
Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "@trademe/sliderizr", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "Sliderizr", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -59,2 +59,3 @@ import { Component, OnInit, ElementRef, ViewEncapsulation } from '@angular/core'; | ||
this._activePanelTimeoutId = window.setTimeout(() => { | ||
console.log('set it active'); | ||
if (this._activePanel) { | ||
@@ -61,0 +62,0 @@ this._activePanel.isActive = false; |
Sorry, the diff of this file is not supported yet
42981
952