Skip to content

Commit

Permalink
scroll conhecimento
Browse files Browse the repository at this point in the history
  • Loading branch information
goveiat committed Dec 10, 2018
1 parent 2280fdf commit cd5b5dc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
index.html,1542883585968,74acb5b34496469d9e2fae9be7c88f185afb0da859420e24f6949ad17e7d06ca
favicon.ico,1542883536063,c599b7a91ab3627e3538125d9f40adc2d4bf949046984262670545dc7738af06
asset-manifest.json,1542883585968,ad88527ca83f476134591ad1b27f0b772c824ac9cb53f914ab2ba7ae145a0014
service-worker.js,1542883586296,b23b57a712b7bca1e1192fe6ae7acbbca5581858111cd08bc0ca0a367dd51f33
manifest.json,1542883536063,c6882e497db70921ef49b81fefb9a9340b60bea08350e5dbd0509d9d9af0a43b
static/css/main.2f31e213.css,1542883586000,d98a8d218f2bb92d127ba28c22dffa5338fa6643b7e173a5b6c7f902df856fec
static/css/main.2f31e213.css.map,1542883586056,cad31e75d98cf780bdb5fdf2e4aae749c28d49ec77f551438976e35efa88cfa0
static/js/main.05428b53.js,1542883585996,dad268103cc69745d586585748ca2d879e2d5e0188788827d38040612d608330
static/js/main.05428b53.js.map,1542883586056,b4de4c60c9c9b390680d45284cae4c3423bed7ab739a10fc2af1e3a9c6a791c0
asset-manifest.json,1544411773210,1b392505c27f8cb6c6e84032517e9023ea8a7ce9f2174067efc8ccbdf11c5dd6
favicon.ico,1544411687729,c599b7a91ab3627e3538125d9f40adc2d4bf949046984262670545dc7738af06
index.html,1544411773210,e861fa7191e4d79c0d8d6a78c11168c7e8fcc80f51f5117845a3bd5a27a88613
manifest.json,1544411687761,c6882e497db70921ef49b81fefb9a9340b60bea08350e5dbd0509d9d9af0a43b
service-worker.js,1544411773570,73085c427e5914c934f5dfa87885b1b2f1303bfbad211142bc07440848743fc1
static/css/main.2f31e213.css,1544411773310,d98a8d218f2bb92d127ba28c22dffa5338fa6643b7e173a5b6c7f902df856fec
static/css/main.2f31e213.css.map,1544411773314,cad31e75d98cf780bdb5fdf2e4aae749c28d49ec77f551438976e35efa88cfa0
static/js/main.3843688d.js,1544411773238,8ec85051de2967d12baf3ee249a6c22679d772644f257b30e3c6d2f30407c5e0
static/js/main.3843688d.js.map,1544411773314,aa5e65b9e57625e9bd57341a81dce947b10977d6abe8ee59a97554cbd8229678
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"dependencies": {
"antd": "^3.8.1",
Expand Down
2 changes: 0 additions & 2 deletions src/Anatomp/FormPecasFisicas.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class FormPecasFisicas extends Component {
pecasFisicas: erros.campos.indexOf('pecasFisicas'),
}

console.log(this.props)

return (
<Form style={{ margin: 20 }}>
<FormItem
Expand Down
1 change: 1 addition & 0 deletions src/Peca/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ class Peca extends Component {
{ ...getModelConteudoTeorico(), partes: [...conteudoTeorico[conteudoTeorico.length-1].partes], _id: uuidv4() },
])
}
window.scrollTo(0,document.body.scrollHeight);
}


Expand Down

0 comments on commit cd5b5dc

Please sign in to comment.