mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Do not show appearance stream for text annotations
This commit is contained in:
parent
f8f4b3f45d
commit
da2c4d58ec
1 changed files with 10 additions and 3 deletions
|
@ -336,9 +336,16 @@ var TextAnnotation = (function TextAnnotationClosure() {
|
|||
|
||||
Util.inherit(TextAnnotation, Annotation, {
|
||||
|
||||
appendToOperatorList: function TextAnnotation_appendToOperatorList(
|
||||
operatorList, dependencies, evaluator) {
|
||||
return;
|
||||
getOperatorList: function TextAnnotation_getOperatorList(evaluator) {
|
||||
var promise = new Promise();
|
||||
promise.resolve({
|
||||
queue: {
|
||||
fnArray: [],
|
||||
argsArray: []
|
||||
},
|
||||
dependency: {}
|
||||
});
|
||||
return promise;
|
||||
},
|
||||
|
||||
hasHtml: function TextAnnotation_hasHtml() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue