Also, the change in insert-hyperlink (from `this.linkUrl.indexOf("http") === -1` to `!this.linkUrl.startsWith("http")`) was intentional fix: we don't want to prevent users from looking up topics with http in their titles.
|
||
|---|---|---|
| .. | ||
| bool.js | ||
| category-list.js | ||
| category.js | ||
| color.js | ||
| compact-list.js | ||
| emoji-list.js | ||
| enum.js | ||
| group-list.js | ||
| host-list.js | ||
| list.js | ||
| named-list.js | ||
| secret-list.js | ||
| simple-list.js | ||
| string.js | ||
| tag-list.js | ||
| upload.js | ||
| uploaded-image-list.js | ||
| url-list.js | ||
| value-list.js | ||