Skip to content

Commit

Permalink
Merge pull request #1123 from wordpress-mobile/issue/1099-paste-on-po…
Browse files Browse the repository at this point in the history
…st-title

Fix paste on Post Title
  • Loading branch information
etoledom authored Jun 12, 2019
2 parents 056b2a2 + 925ccd8 commit b50a1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 33 files
+1 −1 .github/actions/milestone-it/entrypoint.sh
+1 −1 gutenberg.php
+1 −1 package-lock.json
+1 −1 package.json
+8 −0 packages/block-editor/src/components/inner-blocks/style.scss
+2 −2 packages/block-editor/src/components/media-upload/test/index.native.js
+5 −0 packages/block-editor/src/components/rich-text/index.native.js
+7 −7 packages/block-editor/src/components/rich-text/test/index.native.js
+18 −4 packages/block-library/src/audio/edit.js
+1 −1 packages/block-library/src/columns/editor.scss
+9 −2 packages/block-library/src/file/edit.js
+30 −2 packages/block-library/src/gallery/edit.js
+2 −16 packages/block-library/src/gallery/transforms.js
+1 −1 packages/block-library/src/group/icon.js
+0 −2 packages/block-library/src/heading/edit.native.js
+13 −3 packages/block-library/src/image/edit.js
+2 −1 packages/block-library/src/rss/index.php
+8 −1 packages/block-library/src/tag-cloud/index.php
+16 −2 packages/block-library/src/video/edit.js
+1 −1 packages/block-library/src/video/video-player.android.js
+1 −2 packages/components/src/date-time/README.md
+1 −1 packages/components/src/date-time/style.scss
+0 −2 packages/components/src/modal/index.js
+6 −6 packages/components/src/tab-panel/README.md
+2 −1 packages/components/src/tab-panel/index.js
+1 −1 packages/components/src/text-control/README.md
+1 −1 packages/edit-post/src/components/sidebar/post-link/index.js
+2 −2 packages/editor/src/components/convert-to-group-buttons/icons.js
+1 −1 packages/editor/src/components/post-title/index.native.js
+1 −1 packages/scripts/scripts/lint-js.js
+2 −2 packages/scripts/scripts/lint-pkg-json.js
+1 −1 packages/scripts/scripts/lint-style.js
+0 −5 playground/src/index.js

0 comments on commit b50a1b2

Please sign in to comment.