diff --git a/apps/ssb.json b/apps/ssb.json index a815b150..4f26e3d9 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🐌", - "previous": "&RGDjjNsX3jYJFpOcDyI+LH2qmscuY0q8gP4dyJjOtww=.sha256" + "previous": "&Tqgx33F75cRAv5Cb0HsRPmc+HabRA8qnTjgMPr1PJ9Q=.sha256" } diff --git a/apps/ssb/tribute.esm.js b/apps/ssb/tribute.esm.js index 321d7a24..6ef061f8 100644 --- a/apps/ssb/tribute.esm.js +++ b/apps/ssb/tribute.esm.js @@ -482,16 +482,7 @@ class TributeRange { } getDocument() { - let iframe; - if (this.tribute.current.collection[0].iframe) { - iframe = this.tribute.current.collection[0].iframe; - } - - if (!iframe) { - return document - } - - return iframe.contentWindow.document + return document; } positionMenuAtCaret(scrollTo) { @@ -653,7 +644,7 @@ class TributeRange { } getWindowSelection() { - if (this.tribute.collection[0].iframe) { + if (this.tribute.collection[0].iframe?.getSelection) { return this.tribute.collection[0].iframe.getSelection() }