Prevent selection from resizing the appbar

This commit is contained in:
Timothy Farrell 2018-01-01 14:27:30 -06:00
parent 2cf9a03d6c
commit ea4ff29700

View File

@ -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',