push tout
This commit is contained in:
vanhempi
c1eee4227e
commit
3cdfffab3c
2 muutettua tiedostoa jossa 23 lisäystä ja 15 poistoa
|
@ -1,3 +1,11 @@
|
||||||
|
body {
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
.home{
|
.home{
|
||||||
flex:1;
|
flex:1;
|
||||||
height:100%;
|
height:100%;
|
||||||
|
|
|
@ -134,7 +134,7 @@ export default class Stock extends React.Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plusQuantity = (element,id) => {
|
plusQuantity = (element,id) => {
|
||||||
let index = this.getArticleById(id).i;
|
let index = this.getArticleById(id).i;
|
||||||
let articles = this.state.articles;
|
let articles = this.state.articles;
|
||||||
articles[index].quantity++;
|
articles[index].quantity++;
|
||||||
|
|
Ladataan…
Viittaa uudesa ongelmassa