Commit b8f8de9b authored by Robert Knight's avatar Robert Knight

Remove an unused and untested method

parent 3ca84c8c
...@@ -307,15 +307,6 @@ export default class Sidebar extends Host { ...@@ -307,15 +307,6 @@ export default class Sidebar extends Host {
this._notifyOfLayoutChange(false); this._notifyOfLayoutChange(false);
} }
isOpen() {
if (this.frame) {
return !this.frame.classList.contains('annotator-collapsed');
} else {
// Assume an external frame is always open.
return true;
}
}
/** /**
* Hide or show highlights associated with annotations in the document. * Hide or show highlights associated with annotations in the document.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment