This commit is contained in:
Jeff King 2020-03-08 20:14:50 -07:00
Родитель b561ecb59d
Коммит f5c57f0121
2 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -57,7 +57,7 @@ const readAsText = file => new Promise<string>((resolve, reject) => {
}} /> }} />
<input type="button" value="Open..." onClick={() => (this.refs.inputFile as any).click() } />&nbsp; <input type="button" value="Open..." onClick={() => (this.refs.inputFile as any).click() } />&nbsp;
</div> </div>
<Viewer logs={[this.sample]} hideBaseline hideLevel showAge /> <Viewer logs={[this.sample]} hideBaseline hideLevel showSuppression showAge />
<Shield onDrop={this.loadFile} /> <Shield onDrop={this.loadFile} />
</> </>
} }

Различия файлов скрыты, потому что одна или несколько строк слишком длинны