mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 06:59:17 +08:00

* chore: components and popups folder * fix: run scripts on document_end * feat: make icons and popups dynamic * fix: restricted page handling Co-authored-by: Adithya Vardhan <im-adithya@Adithyas-MacBook-Air.local>
19 lines
349 B
HTML
19 lines
349 B
HTML
<script src="shared.js"></script>
|
|
<link rel="stylesheet" href="shared.css" />
|
|
<style>
|
|
html,
|
|
body {
|
|
min-width: 460px;
|
|
min-height: 39px;
|
|
}
|
|
|
|
hr {
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
<p>
|
|
<b>This page is using the production build of Lexical. ✅</b>
|
|
<br />
|
|
Open the developer tools, and "Lexical" tab will appear to the right.
|
|
</p>
|