mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Pop open a message when user deletes an annotation
When a user deletes any number of annotations, they are notified of the action by a popup message with an undo button. Besides that, this change reuses the existing messageBar CSS class from the new alt-text dialog as much as possible.
This commit is contained in:
parent
962eb6206a
commit
dd82d78a2d
11 changed files with 321 additions and 3 deletions
|
@ -1148,6 +1148,7 @@ function buildComponents(defines, dir) {
|
|||
"web/images/messageBar_*.svg",
|
||||
"web/images/toolbarButton-{editorHighlight,menuArrow}.svg",
|
||||
"web/images/cursor-*.svg",
|
||||
"web/images/secondaryToolbarButton-documentProperties.svg",
|
||||
];
|
||||
|
||||
return ordered([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue