|
@@ -47,7 +47,6 @@ export class DetachCodeBlockInterceptor extends BasicInterceptor {
|
|
|
|
|
|
|
|
const context = Object.assign(args[0]); // clone
|
|
const context = Object.assign(args[0]); // clone
|
|
|
const targetKey = this.getTargetKey(contextName);
|
|
const targetKey = this.getTargetKey(contextName);
|
|
|
- const currentPagePath = context.currentPagePath; // eslint-disable-line no-unused-vars
|
|
|
|
|
|
|
|
|
|
context.dcbContextMap = {};
|
|
context.dcbContextMap = {};
|
|
|
|
|
|