Do not show appearance stream for text annotations
This commit is contained in:
parent
f8f4b3f45d
commit
da2c4d58ec
@ -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…
Reference in New Issue
Block a user