mirror of
https://github.com/flarum/core.git
synced 2025-08-12 11:24:30 +02:00
Remove unused declaration of tags property (#100)
This commit is contained in:
@@ -19,7 +19,6 @@ export default function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Add tag-selection abilities to the discussion composer.
|
// Add tag-selection abilities to the discussion composer.
|
||||||
DiscussionComposer.prototype.tags = [];
|
|
||||||
DiscussionComposer.prototype.chooseTags = function () {
|
DiscussionComposer.prototype.chooseTags = function () {
|
||||||
app.modal.show(TagDiscussionModal, {
|
app.modal.show(TagDiscussionModal, {
|
||||||
selectedTags: (this.composer.fields.tags || []).slice(0),
|
selectedTags: (this.composer.fields.tags || []).slice(0),
|
||||||
|
Reference in New Issue
Block a user