mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 17:45:02 +09:00
webclipper fixes
This commit is contained in:
parent
5731192491
commit
f9a10e0042
3 changed files with 9 additions and 3 deletions
2
dist/extension/js/background.js
vendored
2
dist/extension/js/background.js
vendored
|
@ -104,7 +104,7 @@
|
|||
|
||||
let html = '';
|
||||
if (sel.rangeCount) {
|
||||
const container = document.createElement("div");
|
||||
const container = document.createElement('div');
|
||||
for (var i = 0, len = sel.rangeCount; i < len; ++i) {
|
||||
container.appendChild(sel.getRangeAt(i).cloneContents());
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue