startup wizard fixes
This commit is contained in:
parent
25b182603e
commit
2f160fcaa0
5 changed files with 24 additions and 22 deletions
|
@ -217,7 +217,10 @@
|
|||
|
||||
var dlg = PaperDialogHelper.createDialog({
|
||||
theme: 'a',
|
||||
size: 'medium'
|
||||
size: 'medium',
|
||||
|
||||
// In (at least) chrome this is causing the text field to not be editable
|
||||
modal: false
|
||||
});
|
||||
|
||||
dlg.classList.add('directoryPicker');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue