Attempting to have Monaco resize properly.

This commit is contained in:
Michael MacFadden
2019-03-03 22:55:51 -06:00
parent 985866071b
commit 39c149c006
3 changed files with 47 additions and 3 deletions

View File

@@ -9,12 +9,16 @@
<link rel="stylesheet" href="./example.css">
</head>
<body>
<h1>Monaco Editor Collaborative Extensions Demo</h1>
<div class="editors">
<div class="editor-column">
<div class="editor" id="source-editor"></div>
<h2>Source Editor</h2>
<div class="description">Type and make selections here.</div>
<div class="editor" id="source-editor"></div>
</div>
<div class="editor-column">
<h2>Target Editor</h2>
<div class="description">See remote cursors and selections here.</div>
<div class="editor" id="target-editor"></div>
</div>
</div>