Skip to content

Commit ada623a

Browse files
committed
Fixed clearState on reload.
1 parent 9152b38 commit ada623a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ chrome.webNavigation.onCommitted.addListener( details => {
113113

114114
port.postMessage( {
115115
id: 'three-devtools',
116-
type: 'committed',
116+
name: 'committed',
117117
frameId: frameId
118118
} );
119119

devtools/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Three.js DevTools",
4-
"version": "1.6",
4+
"version": "1.7",
55
"description": "Developer tools extension for Three.js",
66
"icons": {
77
"128": "icons/128-light.png"

0 commit comments

Comments
 (0)