Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #1030

Merged
merged 2 commits into from
Mar 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,13 @@ code link: [https://github.com/Logic-Flow/logicflow-node-red-vue3](https://gith

![node-red](https://cdn.jsdelivr.net/gh/Logic-Flow/static@latest/core/node-red.png)

#### LogicFlow with draft-js

code link: [https://github.com/towersxu/draft-flow](https://github.com/towersxu/draft-flow)

![draft-flow](https://cdn.jsdelivr.net/gh/towersxu/draft-flow@latest/packages/website/public/redis.png)


## Contact US

### Join Wechat
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ LogicFlow不仅支持开发类似bpmn.js这种固定整体样式、更偏向生

![node-red](https://cdn.jsdelivr.net/gh/Logic-Flow/static@latest/core/node-red.png)

#### 手绘风格插件示例

源码地址: [https://github.com/towersxu/draft-flow](https://github.com/towersxu/draft-flow)

![draft-flow](https://cdn.jsdelivr.net/gh/towersxu/draft-flow@latest/packages/website/public/redis.png)

## 联系我们

### 加入微信群
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/keyboard/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Keyboard {
this.options = options;
const { lf } = options;
this.target = lf.container;
this.mousetrap = new Mousetrap(this.target);
this.mousetrap = new Mousetrap();
if (options.keyboard.enabled) {
this.enable(true);
}
Expand Down