File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ App.directive("tlRuler", function ($timeout) {
161
161
} ) ;
162
162
163
163
drawTimes = ( ) => {
164
- console . log ( scope . scrollLeft ) ;
165
164
ruler = $ ( "#ruler" ) ;
166
165
width = $ ( "body" ) . width ( ) ;
167
166
$ ( "#ruler span" ) . remove ( ) ;
@@ -184,7 +183,7 @@ App.directive("tlRuler", function ($timeout) {
184
183
}
185
184
}
186
185
187
- scope . $watch ( "project.scale + markers.length + project.duration + scrollLeft" , function ( val ) {
186
+ scope . $watch ( "project.scale + project.duration + scrollLeft" , function ( val ) {
188
187
if ( val ) {
189
188
$timeout ( function ( ) {
190
189
drawTimes ( ) ;
Original file line number Diff line number Diff line change 58
58
.tick_time {
59
59
color : white;
60
60
top : 5px ;
61
+ font-size : 0.9em ;
61
62
position : absolute;
62
63
transform : translate (-50% , 0 );
63
64
}
You can’t perform that action at this time.
0 commit comments