File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,7 @@ $on-click$: $get-window-position()
6060js: $assets.files.js.components.js
6161-- end: bottom-bar
6262
63- -- void get-window-position:
63+ -- void get-window-position() :
6464js: $assets.files.js.functions.js
6565
6666getWindowPosition()
67-
68- -- end: get-window-position
Original file line number Diff line number Diff line change 11( function ( ) {
22 function getWindowPosition ( ) {
3- console . log ( "getWindowPosition called" )
4- }
5- window . functions = {
6- getWindowPosition
3+ window . document . querySelectorAll ( ".top-bar" ) . forEach ( topBar => {
4+ console . log ( topBar . getBoundingClientRect ( ) )
5+ } )
76 }
7+ window . getWindowPosition = getWindowPosition ;
88} ( ) )
9+
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ anchor: parent
1515background.solid: $ds.colors.background.step-1
1616border-color: $ds.colors.border
1717$on-click$: $ftd.increment($a = $state.z)
18+ classes: top-bar
1819
1920-- ds.secondary-button: close
2021
You can’t perform that action at this time.
0 commit comments