From 4f690770f0a1a7c70af3e9f808cd97bf320f338b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 14 Aug 2015 14:50:49 +0200 Subject: [PATCH] Fixed an issue with lists at the end of a message --- wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js index d92327f8b2..b228996d8b 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js @@ -133,6 +133,7 @@ RedactorPlugins.wbbcode = function() { this.$textarea.val(this.wbbcode.convertToHtml(this.$textarea.val())); this.code.offset = this.$textarea.val().length; this.code.showVisual(); + this.wutil.fixDOM(); this.wbbcode.fixBlockLevelElements(); this.wutil.selectionEndOfEditor(); this.wbbcode.observeQuotes(); -- 2.20.1