Skip to content

Commit

Permalink
fix: Paste handler should default to HTML when paste source is Outlin…
Browse files Browse the repository at this point in the history
…e editor

related outline#2416
  • Loading branch information
tommoor committed Aug 4, 2021
1 parent 28d32af commit bd148f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"react-window": "^1.8.6",
"reakit": "^1.3.8",
"regenerator-runtime": "^0.13.7",
"rich-markdown-editor": "^11.17.0",
"rich-markdown-editor": "^11.17.1",
"semver": "^7.3.2",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0",
Expand Down Expand Up @@ -212,4 +212,4 @@
"js-yaml": "^3.13.1"
},
"version": "0.58.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11566,10 +11566,10 @@ retry-as-promised@^3.2.0:
dependencies:
any-promise "^1.3.0"

rich-markdown-editor@^11.17.0:
version "11.17.0"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.17.0.tgz#9a39f5bd6518de1d0dc6c6ffa352fd3f7f664d96"
integrity sha512-zCl9F7eeR3T5O2tiSU9iNGDOKhYBfTMqwWMPSY4ADjHcxELNkF1wOdKb0lqM8ZOfM63DkPEZy/N7cSifReyqvg==
rich-markdown-editor@^11.17.1:
version "11.17.1"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.17.1.tgz#ace87dccf7e7c7f6e093d73accb467794d3cee60"
integrity sha512-/V7nPhjASnKVqFRW0CFKCe1+PrRZywVWzjvlpwzAKjpYW8QSWL/fViIkYzWBsynYamCT/A/iLx8ms6KJr6gSjw==
dependencies:
copy-to-clipboard "^3.0.8"
lodash "^4.17.11"
Expand Down

0 comments on commit bd148f4

Please sign in to comment.