mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-29 19:29:44 +02:00
fix: placeholder block issue for select multisigners
This commit is contained in:
@@ -453,8 +453,8 @@ function RenderPdf({
|
||||
className="placeholderBlock"
|
||||
onDrag={() =>
|
||||
handleTabDrag(
|
||||
pos.key,
|
||||
data.signerObjId
|
||||
pos.key
|
||||
// data.signerObjId
|
||||
)
|
||||
}
|
||||
size={{
|
||||
@@ -872,8 +872,8 @@ function RenderPdf({
|
||||
className="placeholderBlock"
|
||||
onDrag={() =>
|
||||
handleTabDrag(
|
||||
pos.key,
|
||||
data.signerObjId
|
||||
pos.key
|
||||
// data.signerObjId
|
||||
)
|
||||
}
|
||||
size={{
|
||||
|
||||
Reference in New Issue
Block a user