فهرست منبع

fix: iframe source action

Peng Xiao 3 سال پیش
والد
کامیت
76a7a9c526
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tldraw/apps/tldraw-logseq/src/components/ContextBar/contextBarActionFactory.tsx

+ 1 - 1
tldraw/apps/tldraw-logseq/src/components/ContextBar/contextBarActionFactory.tsx

@@ -259,7 +259,7 @@ const IFrameSourceAction = observer(() => {
       <Button title="Reload" type="button" onClick={handleReload}>
         <TablerIcon name="refresh" />
       </Button>
-      <Button
+      <TextInput
         title="Website Url"
         className="tl-iframe-src"
         value={`${shape.props.url}`}