Resolve "early disappearing of notification on insert - (shifting) in courseware", fixes #325
This PR fixes issue #325 (closed). It contains a minor code enhancement to validate the source at first and then, after the insertion of block/container/element is done, uses a single function afterInsertCompletion
with nextTick
vue feature to run required actions after the emit is called.