Skip to content

Commit

Permalink
big fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
justcaliturner committed May 28, 2023
1 parent 07cdd7e commit 428a792
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion browser/css/simple-code-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
overflow-y: hidden;
box-sizing: border-box;
caret-color: rgb(127, 127, 127);
-webkit-text-fill-color: transparent;
color: transparent;
white-space: pre;
word-wrap: normal;
Expand Down
1 change: 0 additions & 1 deletion npm-package/CodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ export default {
overflow-y: hidden;
box-sizing: border-box;
caret-color: rgb(127, 127, 127);
-webkit-text-fill-color: transparent;
color: transparent;
white-space: pre;
word-wrap: normal;
Expand Down
2 changes: 1 addition & 1 deletion npm-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-code-editor",
"version": "2.0.7",
"version": "2.0.8",
"description": "Simple code editor for Vue.js",
"main": "CodeEditor.vue",
"scripts": {
Expand Down
File renamed without changes.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions website/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>simple-code-editor-website</title>
<script type="module" crossorigin src="/assets/index-72380796.js"></script>
<link rel="stylesheet" href="/assets/index-0d705bf0.css">
<script type="module" crossorigin src="/assets/index-13dc0cd6.js"></script>
<link rel="stylesheet" href="/assets/index-c5225c12.css">
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 0 additions & 1 deletion website/src/SimpleCodeEditor/CodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ export default {
overflow-y: hidden;
box-sizing: border-box;
caret-color: rgb(127, 127, 127);
-webkit-text-fill-color: transparent;
color: transparent;
white-space: pre;
word-wrap: normal;
Expand Down

1 comment on commit 428a792

@vercel
Copy link

@vercel vercel bot commented on 428a792 May 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.