CS222-UIUC / VNEditor

web-driven visual novel editor
2 stars 1 forks source link

fix bug in adding chapter and optmize remove method #47

Closed TwinIsland closed 1 year ago

TwinIsland commented 1 year ago
  1. optmize remove method, $O(n^2) to O(n)$
  2. fix bug when add frame after removing frames in a chapter
capTony02Zheng commented 1 year ago

approved