This commit is contained in:
Norbert de Langen 2020-03-18 10:03:14 +01:00
parent 6abdbd7cbc
commit 47d62ca8cb
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -289,6 +289,7 @@ export const init: ModuleFn = ({
fullAPI.on(STORY_CHANGED, function handleStoryChange(storyId: string) {
const { source }: { source: string } = this;
const sourceType = getSourceType(source);
if (sourceType === 'local') {
const options = fullAPI.getParameters({ storyId, refId: undefined }, 'options');