摘要: const displayMachine = createMachine({ initial: "hidden", states: { hidden: { on: { TURN_ON: "visible.hist", }, }, visible: { initial: "light", states 阅读全文
posted @ 2020-07-31 16:22 Zhentiw 阅读(170) 评论(0) 推荐(0)
摘要: When dragging, we want to have two modes, one in 'normal' mode, another one is 'locked', we enter the locked mode by holde on 'shift' key. To achieve 阅读全文
posted @ 2020-07-31 16:14 Zhentiw 阅读(193) 评论(0) 推荐(0)