Merge branch 'fix/surveyEdit' of https://github.com/Liang-Yaxin/xiaoju-survey into fix/surveyEdit
This commit is contained in:
commit
df0afd4cad
@ -75,6 +75,10 @@ const onDragEnd = (event) => {
|
||||
hasSetCurrentEditOne(event.newIndex)
|
||||
}
|
||||
|
||||
const onDragEnd = (event) => {
|
||||
setCurrentEditOne(event.newIndex)
|
||||
}
|
||||
|
||||
const showPreview = ({ snapshot }, id) => {
|
||||
previewImg.value = snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user