luoluoqixi
luoluoqixi
` foreach ($data as $val) { $tmp = $val; if ((array) $tmp) { $href = array_key_exists('href', $val) ? 'href="' . $val['href'] . '"' : ""; $title = array_key_exists('title', $val) ?...
系统: Windows 10 专业版: 21H1, 19043.1083
windowManager.maximize() doesn't work when I change onDoubleTap to onDoubleTapDown (only windows) ``` @override Widget build(BuildContext context) { return GestureDetector( behavior: HitTestBehavior.translucent, onPanStart: (details) { windowManager.startDragging(); }, onDoubleTapDown: (details) async {...
### Initial checklist - [x] I agree to follow the [code of conduct](https://github.com/Saul-Mirone/milkdown/blob/main/CODE_OF_CONDUCT.md) - [x] I searched [issues](hhttps://github.com/Saul-Mirone/milkdown/issues) and [discussions](https://github.com/Saul-Mirone/milkdown/discussions) and couldn’t find anything (or linked relevant results below) ###...