Skip to content

Commit

Permalink
fix(sources): code not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jan 7, 2023
1 parent f750f16 commit c6455c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/webpack.analyser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const BundleAnalyzerPlugin =
require('webpack-bundle-analyzer').BundleAnalyzerPlugin
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
.BundleAnalyzerPlugin

exports = require('./webpack.prod')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"luna-notification": "^0.1.4",
"luna-object-viewer": "^0.2.4",
"luna-tab": "^0.1.2",
"luna-text-viewer": "^0.1.1",
"luna-text-viewer": "^0.2.1",
"node-sass": "^7.0.1",
"postcss-clean": "^1.1.0",
"postcss-loader": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/style/luna.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
border-bottom: 1px solid var(--border);
background: var(--background);
font-size: $font-size-s;
.luna-text-viewer-line-code {
.luna-text-viewer-line-text {
user-select: text;
* {
user-select: text;
Expand Down

0 comments on commit c6455c6

Please sign in to comment.