mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2025-12-21 21:22:25 +00:00
feat: integrate Monaco editor for enhanced comment editing in modal
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
</div>
|
||||
<div id="comment-modal-background" class="comment-modal-background"></div>
|
||||
<div id="comment-modal" class="comment-modal">
|
||||
<h2>Comment Content Editor</h2>
|
||||
<textarea id="comment-textarea" placeholder="Add your comment here..."></textarea>
|
||||
<h2 id="comment-modal-title">Comment Content Editor</h2>
|
||||
<div id="comment-editor" style="height: calc(100% - 2rem);"></div>
|
||||
</div>
|
||||
<script type="module" src="src/main.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user