1
0
mirror of synced 2025-12-07 14:08:06 +08:00

fix(sources): code not selectable

This commit is contained in:
surunzi
2023-01-07 18:23:18 +08:00
parent f750f16543
commit c6455c6cd0
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
const BundleAnalyzerPlugin =
require('webpack-bundle-analyzer').BundleAnalyzerPlugin
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')
.BundleAnalyzerPlugin
exports = require('./webpack.prod')

View File

@@ -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",

View File

@@ -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;