* Fix trigger multiple linked stories error.

This commit is contained in:
tianshujie
2023-12-07 11:30:48 +08:00
parent 61b00965dd
commit be5ea6ba11
+1 -1
View File
@@ -68,7 +68,7 @@ $(document).off('click', '.batch-btn > a, .batch-btn').on('click', '.batch-btn >
}
});
$(document).on('click', '.linkObjectBtn', function()
$(document).off('click', 'linkObjectBtn').on('click', '.linkObjectBtn', function()
{
const $this = $(this);
const type = $this.data('type');