Skip to content

Commit

Permalink
Allow insert in image dialog - relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jun 15, 2021
1 parent 69d51ff commit 9ef9954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/widget/file-selector/file-selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const FileSelectorWidget = (
required: true,
label: 'URL',
name: 'url',
type: 'url',
type: 'text',
placeholder: 'https://'
}),
new UIInput(editor, {
Expand Down

0 comments on commit 9ef9954

Please sign in to comment.