Skip to content

Commit

Permalink
Include SnapController to engine init
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Dec 21, 2022
1 parent 2fcdc5a commit a27596c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/core/EngineService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ class EngineService {
name: 'ApprovalController',
key: `${Engine.context.ApprovalController.name}:stateChange`,
},
{
name: 'SnapController',
key: `${Engine.context.SnapController.name}:stateChange`,
},
];

Engine?.datamodel?.subscribe?.(() => {
Expand Down

0 comments on commit a27596c

Please sign in to comment.