mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
revert aborting request for size=1
temporarily enable eval-source-maps
This commit is contained in:
parent
d88845a648
commit
e395cfeb64
@ -15,5 +15,5 @@ export default merge(common, {
|
||||
__OPENMCT_ROOT_RELATIVE__: '""'
|
||||
})
|
||||
],
|
||||
devtool: 'source-map'
|
||||
devtool: 'eval-source-map'
|
||||
});
|
||||
|
@ -44,7 +44,7 @@ function remoteClockRequestInterceptor(openmct, _remoteClockIdentifier, waitForB
|
||||
/** @type {import("../../api/time/TimeContext").default} */
|
||||
const { activeClock } = openmct.time;
|
||||
|
||||
return request?.size !== 1 && activeClock?.key === 'remote-clock' && !remoteClockLoaded;
|
||||
return activeClock?.key === 'remote-clock' && !remoteClockLoaded;
|
||||
},
|
||||
/**
|
||||
* Invokes the interceptor to modify the request.
|
||||
|
Loading…
Reference in New Issue
Block a user