Prevent selection from resizing the appbar
This commit is contained in:
parent
2ba3db7548
commit
3c7363ec9f
@ -69,7 +69,22 @@ export function AllImagesView(vm, params, key, context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return [
|
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', {
|
el('input', {
|
||||||
id: 'uploadButton',
|
id: 'uploadButton',
|
||||||
name: 'uploadButton',
|
name: 'uploadButton',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user