Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 49f8580

Browse files
committed
fix(client): add userSelect
1 parent 9e8e5cc commit 49f8580

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/client/src/components/Assistant.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const outerCss = {
1717
margin: 12,
1818
position: 'absolute',
1919
width: 400,
20+
userSelect: 'none',
2021
};
2122

2223
const buttonCss = {

packages/fusuma/src/webpack/template.ejs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
5-
<!-- <meta name="theme-color" content="#3498db" /> -->
65
<meta name="viewport" content="width=device-width, initial-scale=1" />
76
<% if (htmlWebpackPlugin.options.description) { %>
87
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>" />

0 commit comments

Comments
 (0)