CommentListSection: Remove unused function's call.

Signed-off-by: Gökay ŞATIR <gokaysatir@gmail.com>
Change-Id: I86c5793b33e7edcbe8484fd9d520d31b0eea33ff
This commit is contained in:
Gökay ŞATIR 2021-07-15 17:22:59 +03:00
parent 280c2b7148
commit 653c611860

View file

@ -97,7 +97,6 @@ class CommentSection {
// For setting some css styles.
if (app.file.fileBasedView && (<any>window).mode.isMobile()) {
this.map.uiManager.mobileWizard._showSlideSorter();
this.map.uiManager.mobileWizard._hideSlideSorter();
}
}