mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Fix
This commit is contained in:
parent
e13b66f50d
commit
55685c9519
|
@ -127,7 +127,7 @@ export default function openFile(
|
||||||
if (
|
if (
|
||||||
chrome.devtools &&
|
chrome.devtools &&
|
||||||
chrome.devtools.panels &&
|
chrome.devtools.panels &&
|
||||||
chrome.devtools.panels.openResource
|
!!chrome.devtools.panels.openResource
|
||||||
) {
|
) {
|
||||||
openResource(fileName, lineNumber, stackFrame);
|
openResource(fileName, lineNumber, stackFrame);
|
||||||
} else if (chrome.runtime && (chrome.runtime.openOptionsPage || isFF)) {
|
} else if (chrome.runtime && (chrome.runtime.openOptionsPage || isFF)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user