We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4327b29 commit e74c9beCopy full SHA for e74c9be
1 file changed
src/services/bblock.service.js
@@ -113,6 +113,9 @@ class BBlockService {
113
.then(url => {
114
const bblocks = this.registers[url].bblocks;
115
for (let bblock of bblocks) {
116
+ if (bblock.itemIdentifier in this.bblocks.all) {
117
+ continue;
118
+ }
119
bblock['local'] = isLocal;
120
bblock['importLevel'] = importLevel;
121
bblock['register'] = {
0 commit comments