Skip to content

Commit

Permalink
Change textarea identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 14, 2023
1 parent cd3e45c commit 06708d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realtime-compiler/resources/live-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<input type="hidden" name="_token" value="{{ $csrfToken }}">
<input type="hidden" name="pagePath" value="{{ $page->getSourcePath() }}">
<label for="live-editor" class="sr-only">Edit page contents</label>
<textarea name="markdown" id="live-editor" cols="30" rows="20">{{ $markdown }}</textarea>
<textarea name="contentInput" id="live-editor" cols="30" rows="20">{{ $markdown }}</textarea>
</form>
</section>
</template>
Expand Down

0 comments on commit 06708d2

Please sign in to comment.