File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -328,10 +328,7 @@ class Blocks extends React.Component {
328328 error . message = `Workspace Update Error: ${ error . message } ` ;
329329 log . error ( error ) ;
330330 }
331- // All of the changes that happened during the load above are queued with
332- // timeouts, so re-enable the listener in the next tick, so it happens after
333- // the events are already fired.
334- setTimeout ( ( ) => this . workspace . addChangeListener ( this . props . vm . blockListener ) ) ;
331+ this . workspace . addChangeListener ( this . props . vm . blockListener ) ;
335332
336333 if ( this . props . vm . editingTarget && this . state . workspaceMetrics [ this . props . vm . editingTarget . id ] ) {
337334 const { scrollX, scrollY, scale} = this . state . workspaceMetrics [ this . props . vm . editingTarget . id ] ;
You can’t perform that action at this time.
0 commit comments