diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-07-30 21:14:34 +0800 | 
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-07-30 21:14:34 +0800 | 
| commit | 02bd861e780c650367c6caf1dfe85b16e03c318b (patch) | |
| tree | e5a08e23721dbbac729c7b32d64d60c569aa0bf3 /src/client/views/pdf/PDFMenu.tsx | |
| parent | b1a7c8c965ff93eca4c002f51cf67df4b8ad21ba (diff) | |
| parent | c25e942ea7b015ef163ebb772c268479cc976234 (diff) | |
Merge branch 'master' into presentation_updates
Diffstat (limited to 'src/client/views/pdf/PDFMenu.tsx')
| -rw-r--r-- | src/client/views/pdf/PDFMenu.tsx | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/src/client/views/pdf/PDFMenu.tsx b/src/client/views/pdf/PDFMenu.tsx index 6592c488b..c3e1ae22f 100644 --- a/src/client/views/pdf/PDFMenu.tsx +++ b/src/client/views/pdf/PDFMenu.tsx @@ -84,11 +84,6 @@ export default class PDFMenu extends AntimodeMenu {          e.preventDefault();      } -    togglePin = action((e: React.MouseEvent) => { -        this.Pinned = !this.Pinned; -        !this.Pinned && (this.Highlighting = false); -    }); -      @action      highlightClicked = (e: React.MouseEvent) => {          if (!this.Highlight(this.highlightColor) && this.Pinned) { @@ -161,8 +156,6 @@ export default class PDFMenu extends AntimodeMenu {                  this.highlighter,                  <button key="2" className="antimodeMenu-button" title="Drag to Annotate" ref={this._commentCont} onPointerDown={this.pointerDown}>                      <FontAwesomeIcon icon="comment-alt" size="lg" /></button>, -                <button key="4" className="antimodeMenu-button" title="Pin Menu" onClick={this.togglePin} style={this.Pinned ? { backgroundColor: "#121212" } : {}}> -                    <FontAwesomeIcon icon="thumbtack" size="lg" style={{ transition: "transform 0.1s", transform: this.Pinned ? "rotate(45deg)" : "" }} /></button>,              ] : [                  <button key="5" className="antimodeMenu-button" title="Delete Anchor" onPointerDown={this.deleteClicked}>                      <FontAwesomeIcon icon="trash-alt" size="lg" /></button>,  | 
