File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ 0.2.1] - Unreleased
8
+ ## [ 0.2.1] - 2020-06-29
9
9
### Added
10
10
- New option ` media ` to enable/disable element observation by media queries
11
11
@@ -22,5 +22,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
22
## 0.1.0 - 2020-06-26
23
23
First version with basic features
24
24
25
- [ 0.2.1 ] : https://github.com/oom-components/scroll-styles/compare/v0.2.0...HEAD
25
+ [ 0.2.1 ] : https://github.com/oom-components/scroll-styles/compare/v0.2.0...v0.2.1
26
26
[ 0.2.0 ] : https://github.com/oom-components/scroll-styles/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export default class Scroll {
57
57
if ( event . matches ) {
58
58
observe ( ) ;
59
59
} else {
60
- element . style . removeProperty ( options . name , null ) ;
60
+ element . style . removeProperty ( options . name ) ;
61
61
this . unobserve ( element ) ;
62
62
}
63
63
} ) ;
You can’t perform that action at this time.
0 commit comments