Prevent selection from resizing the appbar
This commit is contained in:
parent
2cf9a03d6c
commit
ea4ff29700
@ -69,7 +69,22 @@ export function AllImagesView(vm, params, key, context) {
|
||||
}
|
||||
|
||||
return [
|
||||
uploadButton([el('label', { for: 'uploadButton', style: CLICKABLE }, 'Upload')]),
|
||||
uploadButton([
|
||||
el(
|
||||
'label',
|
||||
{
|
||||
for: 'uploadButton',
|
||||
style: CLICKABLE
|
||||
},
|
||||
[
|
||||
Icon({
|
||||
name: 'upload',
|
||||
size: 0.75,
|
||||
title: 'Upload'
|
||||
})
|
||||
]
|
||||
)
|
||||
]),
|
||||
el('input', {
|
||||
id: 'uploadButton',
|
||||
name: 'uploadButton',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user