Fix forever expanding code editor (#782)
* Update CSS * Update Placeholder
This commit is contained in:
parent
fd5016809a
commit
157fa45234
@ -229,6 +229,7 @@ class EditEgg extends EditRecord
|
|||||||
->default('ash'),
|
->default('ash'),
|
||||||
MonacoEditor::make('script_install')
|
MonacoEditor::make('script_install')
|
||||||
->label('Install Script')
|
->label('Install Script')
|
||||||
|
->placeholderText('')
|
||||||
->columnSpanFull()
|
->columnSpanFull()
|
||||||
->fontSize('16px')
|
->fontSize('16px')
|
||||||
->language('shell')
|
->language('shell')
|
||||||
|
@ -102,6 +102,7 @@ class EditFiles extends Page
|
|||||||
->schema([
|
->schema([
|
||||||
MonacoEditor::make('editor')
|
MonacoEditor::make('editor')
|
||||||
->label('')
|
->label('')
|
||||||
|
->placeholderText('')
|
||||||
->formatStateUsing(function () use ($server) {
|
->formatStateUsing(function () use ($server) {
|
||||||
// @phpstan-ignore-next-line
|
// @phpstan-ignore-next-line
|
||||||
return app(DaemonFileRepository::class)
|
return app(DaemonFileRepository::class)
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user