We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81cafb5 + 24641e7 commit dee1c61Copy full SHA for dee1c61
src/Editor.php
@@ -17,7 +17,7 @@ public function render()
17
{
18
$name = $this->formatName($this->column);
19
20
- $jsId = \Illuminate\Support\Str::studly($this->id);
+ $jsId = \Illuminate\Support\Str::studly(\Illuminate\Support\Str::slug($this->id));
21
22
$config = Ueditor::config('config', []);
23
0 commit comments