mirror of
https://github.com/convergencelabs/monaco-collab-ext.git
synced 2026-03-02 03:49:21 +00:00
Attempting to have Monaco resize properly.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user