Skip to content

Commit cc174e7

Browse files
committed
fix: loader hiding when pushing new token data
1 parent c7b3430 commit cc174e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/tokenscript-viewer/src/integration/abstractViewBinding.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ export abstract class AbstractViewBinding implements IViewBinding {
181181

182182
this.postMessageToView(event, {oldTokens: tokens, updatedTokens: tokens, cardId: id, id});
183183

184-
this.hideLoader();
185184
return;
186185

187186
default:

0 commit comments

Comments
 (0)