Commit 0313ff16 authored by Robert Knight's avatar Robert Knight

Fix a typechecking error with TS 4.0

parent e36b238f
...@@ -27,7 +27,10 @@ export class ToolbarController { ...@@ -27,7 +27,10 @@ export class ToolbarController {
this._container.className = 'annotator-toolbar'; this._container.className = 'annotator-toolbar';
this._useMinimalControls = false; this._useMinimalControls = false;
/** @type {'annotation'|'note'} */
this._newAnnotationType = 'note'; this._newAnnotationType = 'note';
this._highlightsVisible = false; this._highlightsVisible = false;
this._sidebarOpen = false; this._sidebarOpen = false;
......
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