Skip to content

Commit

Permalink
Add workaround for text editor cursor bug: decaporg/decap-cms#5092 (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmmrs committed Jan 18, 2024
1 parent 970f30e commit f429757
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions static/admin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<html data-whatinput="keyboard" data-whatintent="mouse">
<head>
<meta charset="utf-8">
<title>Content Manager</title>
<meta name="robots" content="none">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer="" src="netlify-identity.js"></script>
<script defer="" src="react.production.min.js"></script>
<script defer="" src="react-dom.production.min.js"></script>
<script defer="" src="netlify-cms-app.js"></script>
<script defer="" src="cms.js"></script>
<style data-emotion="css-global"></style>
<style data-emotion="css-global"></style>
<style data-emotion="css"></style>
<style>
[data-slate-editor], textarea { -webkit-user-modify: read-write !important; }
</style>
</head>
<body></body>
</html>

0 comments on commit f429757

Please sign in to comment.