Doc: update
This commit is contained in:
parent
20fae6270d
commit
75635ef2bb
@ -133,3 +133,9 @@ import { createRoot } from 'react-dom/client'
|
|||||||
```
|
```
|
||||||
|
|
||||||
> 感谢[h5chenhang](https://github.com/h5chenhang)贡献的[示例代码](https://github.com/wanglin2/mind-map/issues/192)。
|
> 感谢[h5chenhang](https://github.com/h5chenhang)贡献的[示例代码](https://github.com/wanglin2/mind-map/issues/192)。
|
||||||
|
|
||||||
|
## 常见问题
|
||||||
|
|
||||||
|
1.点击自定义内容中的输入框无法获取焦点和输入
|
||||||
|
|
||||||
|
解决方法:阻止输入框的`mousedown`事件的冒泡。
|
||||||
@ -111,6 +111,9 @@
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
<p>感谢<a href="https://github.com/h5chenhang">h5chenhang</a>贡献的<a href="https://github.com/wanglin2/mind-map/issues/192">示例代码</a>。</p>
|
<p>感谢<a href="https://github.com/h5chenhang">h5chenhang</a>贡献的<a href="https://github.com/wanglin2/mind-map/issues/192">示例代码</a>。</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
<h2>常见问题</h2>
|
||||||
|
<p>1.点击自定义内容中的输入框无法获取焦点和输入</p>
|
||||||
|
<p>解决方法:阻止输入框的<code>mousedown</code>事件的冒泡。</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user