Skip to content

Commit

Permalink
feat: 节点操作中的正则支持拖拽排序
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Dec 24, 2023
1 parent 305f8fc commit 85bafad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.25",
"version": "2.14.26",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 4 additions & 0 deletions src/views/editor/components/Regex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@
}
.tag-wrapper {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-bottom: 12px;
max-width: 100%;
Expand Down

0 comments on commit 85bafad

Please sign in to comment.