mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 21:56:32 +00:00
Fix URL not being selected with custom protocol
Change-type: patch Changelog-entry: Fix URL not being selected with custom protocol Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
c3296eed54
commit
c6cd421f17
@ -289,6 +289,9 @@ export class SourceSelector extends React.Component<
|
||||
showURLSelector: false,
|
||||
showDriveSelector: false,
|
||||
};
|
||||
|
||||
// Bind `this` since it's used in an event's callback
|
||||
this.onSelectImage = this.onSelectImage.bind(this);
|
||||
}
|
||||
|
||||
public componentDidMount() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user