mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
JS-3693: fix
This commit is contained in:
parent
677b8661f2
commit
f2354111ce
2 changed files with 2 additions and 2 deletions
2
dist/js/export.js
vendored
2
dist/js/export.js
vendored
|
@ -1,6 +1,6 @@
|
|||
document.body.onload = function () {
|
||||
$(function () {
|
||||
var link = $('lnk, a');
|
||||
var link = $('markuplink, a');
|
||||
var block = $('.block');
|
||||
var bookmark = $('.block.blockBookmark .inner');
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ const PreviewComponent = observer(class PreviewComponent extends React.Component
|
|||
|
||||
const { preview } = commonStore;
|
||||
const { type, target } = preview;
|
||||
const { object } = this.state;
|
||||
const object = this.state.object || preview.object;
|
||||
|
||||
switch (type) {
|
||||
case I.PreviewType.Link: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue