Skip to content

Commit cd07c98

Browse files
committed
Add a comment
1 parent c460b73 commit cd07c98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/src/tool/tools/path.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ impl Fsm for PathToolFsmState {
190190

191191
self
192192
} else {
193+
// Destory the overlay layer pools
193194
while let Some(layer) = data.anchor_marker_pool.pop() {
194195
responses.push_back(Operation::DeleteLayer { path: layer }.into());
195196
}

0 commit comments

Comments
 (0)