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

marktoneEnabledの判定方法を修正 #48

Merged
merged 1 commit into from
May 25, 2020
Merged

marktoneEnabledの判定方法を修正 #48

merged 1 commit into from
May 25, 2020

Conversation

nkgrnkgr
Copy link
Contributor

marktonの利用可否がfalseのときにdocument.body.dataset.marktoneEnabled が正しく判定されないことで、ピープルの返信時に不要な改行が当たる不具合を修正

不具合内容
marktoneEnabled が false のときに、kintone で「返信」ボタンを押してメンションが挿入されるときに不要なスタイルが当たる(pタグにmargin: 0 0 16pxが当たる)

不具合再現手順

  • v1.14.0
  • marktonをOFFにする
  • kintoneのオリジナルのピープルで誰かの投稿に返信してメンションを挿入する
  • メンションを挿入した行で改行する
  • pタグにmargin: 0 0 16pxが当たる

cap

Copy link
Owner

@ganta ganta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nkgrnkgr
PRありがとうございます!
package.jsonのバージョン以外は内容問題なさそうです

このpackage.json変更のコミットを消していただくのに加え、
eebe520 の修正コミットのコミットメッセージにfix: というプレフィックスを付けていただきたいです〜

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "chrome-extension-marktone",
"version": "1.4.0",
"version": "1.4.1",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちらのバージョンはリリース時にbumpしますので変更しないようお願いします〜

Copy link
Contributor Author

@nkgrnkgr nkgrnkgr May 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • package.jsonのコミットを取り消しました!
  • コミットメッセージに fix: のプレフィックスを付けました

@ganta ganta added the bug Something isn't working label May 22, 2020
Copy link
Owner

@ganta ganta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nkgrnkgr ありがとうございます!後ほどリリースさせていただきます

@ganta ganta merged commit 1754681 into ganta:master May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants