Skip to content

[Bug] There is no way to add items into multiPageManipulationControls #1089

Closed
@LKarlinsky

Description

@LKarlinsky

I tried to add items to thumbnails multi selection control(in old version it's worked for me)
WebViewer version - 11.3.0

The expected behavior

Steps to reproduce
viewer.UI.multiPageManipulationControls.add([
{
type: 'customPageOperation',
header: 'Test1',
dataElement: 'test1Header',
operations: [
{
title: 'Run Test',
img: iconString,
onClick: pageNumber => {
//do something
},
dataElement: 'runTestButton'
}
]
}

])

but the items disappear

Image

Metadata

Metadata

Assignees

Labels

stage: pending releaseImplementation has been done to resolve the issue and will be available in the next version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions