UI: disable conversion mode buttons on edit
The conversion type cannot be changed once a share is created, so disable the edit buttons.
This commit is contained in:
@@ -427,6 +427,7 @@ export class CreateEditShareScene {
|
||||
radio.value = opt;
|
||||
radio.id = id;
|
||||
radio.checked = (opt === initial_conversion);
|
||||
radio.disabled = this._edit;
|
||||
radio.onchange = () => this._on_conversion_change();
|
||||
|
||||
let label = document.createElement("label");
|
||||
|
||||
Reference in New Issue
Block a user