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
332 B
HTML
19 lines
332 B
HTML
<script src="shared.js"></script>
|
|
<link rel="stylesheet" href="shared.css" />
|
|
<style>
|
|
html,
|
|
body {
|
|
min-width: 410px;
|
|
min-height: 33px;
|
|
}
|
|
|
|
hr {
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
<p>
|
|
<b>This page doesn’t appear to be using Lexical.</b>
|
|
<br />
|
|
If this seems wrong, follow the troubleshooting instructions.
|
|
</p>
|