We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ab35e commit ec5e76cCopy full SHA for ec5e76c
javascript/tokenscript-viewer/src/integration/abstractViewBinding.ts
@@ -35,7 +35,7 @@ export abstract class AbstractViewBinding implements IViewBinding {
35
36
setViewController(viewController: ViewController){
37
this._viewController = viewController;
38
- this.tokenScript = viewController.tokenScript;
+ this.setTokenScript(viewController.tokenScript);
39
}
40
41
get viewController() {
0 commit comments