From feb1966e7301e2dbbb44b014a6265f20a9ffcd37 Mon Sep 17 00:00:00 2001 From: Emil Pomorski Date: Thu, 14 Nov 2024 20:19:44 +0100 Subject: [PATCH 1/2] Fix for preview not working with Mentions plugin (#82) Signed-off-by: Emil Pomorski --- assets/stylesheets/redmine_wysiwyg_editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/redmine_wysiwyg_editor.css b/assets/stylesheets/redmine_wysiwyg_editor.css index 9dccbcf..e3f849b 100644 --- a/assets/stylesheets/redmine_wysiwyg_editor.css +++ b/assets/stylesheets/redmine_wysiwyg_editor.css @@ -4,6 +4,7 @@ .wysiwyg-editor-preview.wiki-preview { background-color: #ffffff; + position: relative; } .wysiwyg-editor-preview p { From 009fe5502fc03e4487546d4c94851f9b4aac2e84 Mon Sep 17 00:00:00 2001 From: Takeshi Nakamura Date: Sat, 16 Nov 2024 09:32:34 +0900 Subject: [PATCH 2/2] Bump version --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 77c1edc..b62e5b6 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,7 @@ name 'Redmine WYSIWYG Editor plugin' author 'Takeshi Nakamura' description 'Redmine WYSIWYG text editor' - version '0.32.0' + version '0.33.0' url 'https://github.com/taqueci/redmine_wysiwyg_editor' author_url 'https://github.com/taqueci'