Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuqingSong committed Dec 7, 2024
1 parent 9cb73c8 commit 47230a0
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ export class EventViewPlugin extends SidePanePluginImpl<EventViewPane, SidePaneE

onPluginEvent(e: PluginEvent) {
this.getComponent(component => component.addEvent(e));

if (e.eventType == 'rewriteFromModel') {
console.log('-----Removed-----');
e.removedBlockElements.map(console.log);
console.log('-----Added-----');
e.addedBlockElements.map(console.log);
}
}

getComponentProps(base: SidePaneElementProps) {
Expand Down

0 comments on commit 47230a0

Please sign in to comment.