Skip to content

Commit 12a0299

Browse files
authored
Merge pull request #285 from bcomnes/disable-nanotiming
Disable nanotiming
2 parents 55c284a + 338781a commit 12a0299

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.5.7 - 2017-12-03
6+
* Fix range sliders getting stuck in a disabled state (🙏nickpeihl🙏)
7+
* Disable nanotiming in production
8+
59
## 0.5.6 - 2017-11-11
610
* Report auto update errors to sentry
711
* Switch to a shared thread sentry for easier importing to unrelated modules

renderer/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
bundle.src = 'http://localhost:9966/bundle.js'
1515
document.body.appendChild(bundle)
1616
} else {
17+
window.localStorage.DISABLE_NANOTIMING = true
1718
require('./dist/bundle.js')
1819
}
1920
</script>

0 commit comments

Comments
 (0)