|
@@ -187,7 +187,7 @@ export class LocalStateSnapshotList extends PluginUIComponent<{}, {}> {
|
|
if (image) {
|
|
if (image) {
|
|
items.push(<li key={`${e!.snapshot.id}-image`} className='msp-state-image-row'>
|
|
items.push(<li key={`${e!.snapshot.id}-image`} className='msp-state-image-row'>
|
|
<Button data-id={e!.snapshot.id} onClick={this.apply}>
|
|
<Button data-id={e!.snapshot.id} onClick={this.apply}>
|
|
- <img src={URL.createObjectURL(image)}/>
|
|
|
|
|
|
+ <img draggable={false} src={URL.createObjectURL(image)}/>
|
|
</Button>
|
|
</Button>
|
|
</li>);
|
|
</li>);
|
|
}
|
|
}
|