Skip to content

при закрытии панели с опцией :backdrop="false" #4069

Description

@maxjust

vue 3 framework 7.0.7 (vite)
при закрытии панели с опцией :backdrop="false"

код панели

<f7-panel class="right-panel-2" :backdrop="false" swipe right reveal dark>
	<f7-view>
		<f7-page>
			<f7-navbar title="Right Panel"></f7-navbar>
			<f7-block>Right panel content goes here</f7-block>
		</f7-page>
	</f7-view>
</f7-panel>

stracktrace

swipe-panel.js:193 Uncaught TypeError: Cannot read properties of undefined (reading 'transform')
    at Framework7.handleTouchMove (swipe-panel.js:193:21)
    at events-class.js:96:24
    at Array.forEach (<anonymous>)
    at events-class.js:95:18
    at Array.forEach (<anonymous>)
    at Framework7.emit (events-class.js:89:17)
    at emitAppTouchEvent (touch.js:434:9)
    at HTMLDocument.appTouchMoveActive (touch.js:449:5)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions