Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/src/Editor/Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function display($name, $html, $width, $height, $col, $row, $buttons = tr
$params['asset'] = $params['asset'] ?? $asset;
$params['author'] = $params['author'] ?? $author;

return $this->provider->display($name, $html, [
Comment thread
Fedik marked this conversation as resolved.
return $this->provider->display($name, $html ?? '', [
'width' => $width,
'height' => $height,
'col' => $col,
Expand Down