Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
30f330f4
"jetbrains:/idea/checkout/git" did not exist on "cbe6c874410f82acc9c2ccbc89a095e2df78d24e"
Commit
30f330f4
authored
Mar 30, 2021
by
RuoYi
Browse files
修复firefox下表单构建拖拽会新打卡一个选项卡
parent
6ca78703
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/tool/build/index.vue
View file @
30f330f4
...
...
@@ -193,7 +193,12 @@ export default {
activeData
:
drawingDefalut
[
0
]
}
},
computed
:
{
created
()
{
// 防止 firefox 下 拖拽 会新打卡一个选项卡
document
.
body
.
ondrop
=
event
=>
{
event
.
preventDefault
()
event
.
stopPropagation
()
}
},
watch
:
{
// eslint-disable-next-line func-names
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment