Merge branch 'master' of github.com:keen-studio/payload

This commit is contained in:
James
2020-10-01 08:51:55 -04:00

View File

@@ -89,6 +89,7 @@ const Code = (props) => {
color: 'white',
fontFamily: '"Consolas", "Monaco", monospace',
fontSize: 12,
pointerEvents: readOnly ? 'none' : 'auto',
}}
/>
</div>