From 93bb47e3dec282e86d1b148ed44c06740d1a60f4 Mon Sep 17 00:00:00 2001 From: Wybrenb Date: Fri, 27 Jan 2017 12:37:52 +0100 Subject: [PATCH] Fix disappearing from pressing enter. --- Editable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editable.php b/Editable.php index a04018a..53cad5b 100755 --- a/Editable.php +++ b/Editable.php @@ -650,7 +650,7 @@ protected function initInlineOptions() 'templateBefore' => self::INLINE_BEFORE_1, 'templateAfter' => self::INLINE_AFTER_1, 'options' => ['class' => 'panel panel-default'], - 'closeButton' => "", + 'closeButton' => "", ], $this->inlineSettings ); Html::addCssClass($this->contentOptions, 'kv-editable-inline');