Fix false reveal on companion click
This commit is contained in:
parent
ce11e75cf3
commit
4b26687724
2 changed files with 6 additions and 8 deletions
|
|
@ -5,7 +5,6 @@ import { CompanionMessage, CompanionState } from './ui/companion';
|
|||
import project from '../metadata/project.json';
|
||||
import { InfoMessageType } from './ui/info';
|
||||
import { RevealableInterface, RevealableTypes } from './sketchObjects/Revealable';
|
||||
import { SubProject } from './types';
|
||||
import { getRevealablesforSubproject } from './helpers';
|
||||
|
||||
export interface State {
|
||||
|
|
|
|||
Reference in a new issue