Skip to content

Instantly share code, notes, and snippets.

View MaxStalker's full-sized avatar
🚀
“The things that worth doing, worth overdoing”

Yennefer of Vengerberg MaxStalker

🚀
“The things that worth doing, worth overdoing”
View GitHub Profile
@MaxStalker
MaxStalker / orderList.js
Created February 27, 2018 09:26
Test Gist
// 1 - Part of reducer that updates one of the fields - which is array of machine attachments
case SET_NEW_ATTACHMENT_STATE: {
const { activeOrder, attachmentId, newState } = action.payload;
let list = state[activeOrder].attachments;
return state.map(
(order, i) =>
i === activeOrder
? {
...order,
@MaxStalker
MaxStalker / dabblet.css
Created July 17, 2013 11:31 — forked from anonymous/dabblet.css
List items test
/**
* List items test
*/
*{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: moz-none;
-ms-user-select: none;